Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add instructions for upgrading from 24.03 to 24.09 (#3096) #3163

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Backend.AI Migration Guide
* The migration should be done while the managers and agents are shut down.
* This guide only describes additional steps to follow other than the code/package upgrades.

# 24.03 to 24.09
* PostgreSQL version upgraded from 15.1 to 16.3. Before upgrading, create a data dump, and restore the data after the upgrade is complete.
* DB revision must be upgraded to `3596bc12ec09` **before** initiating Backend.AI manager Python package upgrade. Run `./backend.ai mgr schema apply-missing-revisions` after package upgrade.

# 23.09 to 24.03
* Python version upgraded from 3.11 to 3.12. Actual patch version may differ by every Backend.AI release, so please make sure to check `pants.toml` of each release.
* DB revision must be downgraded to `85615e005fa3` **before** initiating Backend.AI manager Python package upgrade
Expand Down
Loading