I upgraded today to v2.3.6, the stable release from 3 days ago. I used the admin interface, successfully upgraded the docker, then ended up with an “infinite” upgrade… Checking back on the admin page, it would announce v2.3.5, but listing the upgrades would mention “still upgrading”. After reloading, I had “up to date” for all, but the v2.3.5 still showed on the admin page.
Workaround?
At this point I decided to run ./launcher rebuild standalone, and the bootstrap failed with a migration error:
ArgumentError: Unknown migration version "6.0"; expected one of "4.2", "5.0", "5.1", "5.2"
I could restart the container with ./launcher start standalone, and it showed everything is fine, and up to date to v2.3.6.
I suppose this has to do with the upgrade to Rails 6.
Did anyone else encounter issues upgrading from v2.3.5 to v2.3.6?