If you update your xi_users table to InnoDB, you should be able to run the schema without issue. You can accomplish this with
Code: Select all
ALTER TABLE xi_users ENGINE = InnoDB;
Nagios XI 2026R1.1.1 will have a script that will update the table engines for the nagiosxi database and will resolve this issue.