Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Nigel Moore Posted April 13, 2022 Posted April 13, 2022 Hi there, We are doing some tuning of our MariaDB and we noticed that the DB engine used by IPB is currently set to MYISAM. We'd like to update this to INNODB but we don't want to do it without making sure we won't break our IPB or any support requirements. Can you let us know if there are any special requirements to updating all our IPB tables to INNODB? Or whether we are simply OK to do it using the following standard command for each table: ALTER TABLE <databasename>.<tablename> engine=InnoDB; Many thanks!
Solution Marc Posted April 13, 2022 Solution Posted April 13, 2022 Not only is there no issue with doing this, we would actually recommend using INNODB. So after taking backups of course, you would indeed update them. Nigel Moore and Randy Calvert 1 1
Nigel Moore Posted April 14, 2022 Author Posted April 14, 2022 Great, thank you for the update @Marc Stridgen.
Recommended Posts