luceos Follow the upgrade guide of each version.
The composer commands for upgrading from beta.09 to beta.10 are the same as updating from beta.10 to beta.11
composer update --prefer-dist --no-dev -o --with-all-dependencies
php flarum migrate
php flarum cache:clear
If I'm still running beta.09 on a site (which I am), and attempt the upgrade guide for beta.10, I expect running this command will attempt a direct upgrade to beta.11 (since they're the same command), is that correct? Is there a way to ensure I pass through the beta.10 first? Thanks!