Code: Select all
==========================================
InnoDB Migration Script
Started: Fri Feb 6 01:11:17 PM CET 2026
==========================================
[2026-02-06 13:11:17] Checking MySQL connection...
[2026-02-06 13:11:17] ERROR: Cannot connect to MySQL server
[2026-02-06 13:11:17] Server: localhost:3306
[2026-02-06 13:11:17] User: root
WARNING: InnoDB migration failed or was skipped. Skipping schema_80002.sql update. SSO will not work until this is manually run.
To run manually, run the following command:
bash ./nagiosxi/basedir/scripts/migrate_tables_to_innodb.sh
Then run the following command:
mysql -h localhost -u root -p --database=nagiosxi --force < nagiosxi/nagiosxi-db/mods/mysql/schema_80002.sql
Then run the following command:
touch 'mysql.80002.updated'* Second time I tried through CLI and I got the error above.
* Reverted to snapshot and tried upgrading version per version through the CLI. I managed to upgrade to 2026R1.1 without issue.
* Re-tried upgrading to 2026R1.1.1, this time from 2026R1.1 -> got error above again.
I followed the instruction to run
Code: Select all
bash ./nagiosxi/basedir/scripts/migrate_tables_to_innodb.sh