Skip to content

Commit

Permalink
Emphasize importance of incremental upgrades of the server
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed May 20, 2024
1 parent 2c9aa18 commit a8deb24
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/manual/server/self-hosting/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ To upgrade your instance of asciinema server to the latest version:

- check the [releases](https://github.com/asciinema/asciinema-server/releases)
for the latest version number
- read the release notes carefully, and follow the upgrade instructions
- check the release notes of _all_ versions between the one you're running and
the one you're upgrading to, and look for manual upgrade steps and breaking
changes for each version - if there are manual steps you omit you may end up
with a broken installation,
- update the `asciinema` container image tag to the latest number
- recreate the stack by running `docker compose up -d`

Expand Down

0 comments on commit a8deb24

Please sign in to comment.