I upgrade it today, since I follow the official document, it went wrong. The server response a 500 error.
So I install Flarum completely. And I found some issues.
Database table was changed mostly
The guideline said
UPDATE `migrations` SET `extension` = CONCAT('flarum-', extension) WHERE `extension` IS NOT NULL;
UPDATE `config` SET `key` = CONCAT('flarum-', `key`) WHERE `key` LIKE '%.%';
It's not enough, many database table have changed as you can see.
I'm not going to list the change of all table, I want to say is, there are some little error that hardly be found.
Such as
- Most of the tables was changed you can find it by yourself
- The config table was rename to setting
- Some properties in setting table were different to the config table
- The most hidden problem is the
notifications_read_time
and notification_read_time
key in table users
Besides, since you sync your old database with the new one, your site will works 🙂