Hello,
My current version of Flarum is 1.8.3. It has been running for about a year without any server changes. The migration table is not empty and seems to contain the extensions that need to be updated.
This is not the first time I’ve encountered this issue. I usually revert to a previous version of my forum using backups provided by my hosting provider. This time, I tried to update all my extensions at once. To do this, I used Composer with the following command recommended by Luceos:
composer update -W --prefer-dist --no-dev -a.
At the end of the process, Composer reported several deprecated extensions that need to be replaced. Then, when I tried to access the forum in my browser, an error occurred. I attempted to delete the tables mentioned in the error message, but this did not resolve the problem.
Currently, I’ve reverted to an earlier version of my forum, which is working fine. However, I’d like to be able to update it more easily.