Zagreus 1.6.0.0 Metadatabase Upgrade

  1. Start the Zagreus metadata updater
    • Execute the metadata_upgrade_1600 script:
    • Windows:

      metadata_upgrade_1600.bat

      Linux:

      chmod +x metadata_upgrade_1600.sh
      ./metadata_upgrade_1600.sh
    • The program will then pause and wait for user input.
    Important: Leave this window open! Do not close it!
  2. Open a second terminal
    • Open a new Command Prompt (Windows) or Terminal (Linux).
    • Use the same user account that is performing the Zagreus upgrade.
  3. Run the MySQL upgrade tool
    • Execute the following command:

    Windows:

    C:\Programme\zagreus\server\mysql\bin\mysql_upgrade.exe -u root --password=******** --port=3336 --force
    

    Linux:

    /home/zagreus/server/mysql/bin/mysql_upgrade --user=root --password=********* zagreus --socket=../data/mysql.sock
    
  4. Important: Please, contact Etixpert GmbH for the root password!
  5. Wait for the upgrade to finish
    • Let the command run until it completes successfully.
    • Do not close the terminal until it is finished.
  6. Continue the metadata updater
    • Go back to the original installer window.
    • Press Enter to stop MySQL server.
    • The upgrade process is completed.