XF 2.3 Upgrade to 2.3 – search index conversion to innodb

TLDR

Active member
Licensed customer
Hello,

the other day, I was upgrading my XenForo from i dunno 2.1.x or something (or maybe an early 2.2) to the latest version and it went well.

Now I'm reading this:
All core and first-party add-on tables are converted to InnoDB when upgrading to 2.3, except for the search index which must be converted manually.

And my question would be: How would I do this, like just fire up Sequel Ace, find xf_search_index and just change Type to InnoDB?

I've looked in the announcement for 2.3.0 and also in the manual, but was unable to find innodb mentioned.

Thank you!
 
The CLI command will remind you, but you will need to update config.php afterwards:

PHP:
$config['searchInnoDb'] = true;
 
Yeah just as I was doing it, I saw that the CLI did a great job in guiding me through it, and also mentioned this.

Thank you again, it's done now :)
 
Back
Top Bottom