X Catalog Tool — 111 Install

"X Catalog Tool 111 Install"

Here’s a professional and clear write-up for – written as if for internal documentation, a technical blog, or a knowledge base article.

  1. Full backup: Backup the database and configuration folder.
  2. Stop the old service: sudo systemctl stop xcatalog
  3. Run the new installer (do not uninstall first).
  4. The installer automatically detects existing data and runs migration scripts.
  5. Restart and verify.

| Problem | Solution | |---------|----------| | “Failed to load database driver” | Install PostgreSQL ODBC driver manually, or rerun installer and select SQLite | | “Access denied to C:\Users...” | Temporarily disable Controlled Folder Access, or add exception for XCatalog | | Installer hangs at 67% | Likely antivirus scanning the SQLite binary – wait 2 minutes or temporarily disable real-time protection | | Linux: “dpkg: dependency problems” | Run sudo apt install libsqlite3-dev -y then sudo dpkg --configure -a | x catalog tool 111 install

Add to ~/.bashrc or /etc/environment :