Skip to content

Commit

Permalink
chore: info about major upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Aug 27, 2024
1 parent eda1a27 commit 6850055
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
Ryot (**R**oll **Y**our **O**wn **T**racker), pronounced "riot", aims to be the only self
hosted tracker you will ever need!

## IMPORTANT NOTE FOR `v6.*` USERS

If you were using `v6.*` of Ryot, please read the
[migration guide](https://docs.ryot.io/migration.html#from-v6-to-v7) for instructions.

## Pro version

Ryot is available in two versions - community and pro. The pro version has additional
Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
container_name: ryot-db

ryot:
image: ignisda/ryot:latest # or ghcr.io/ignisda/ryot:latest
image: ignisda/ryot:v7 # or ghcr.io/ignisda/ryot:v7
environment:
- DATABASE_URL=postgres://postgres:postgres@ryot-db:5432/postgres
- TZ=Europe/Amsterdam
Expand Down
4 changes: 2 additions & 2 deletions docs/content/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ order. Please make sure to replace `ryot` with `ryot-pro` if you are using the p
is a guide on how to do this.

3. Now you can upgrade to the latest version (`v7.*`). For example you can make this
change: `image: "ignisda/ryot:latest"` in your docker-compose file. This will
automatically apply all migrations.
change: `image: "ignisda/ryot:v7"` in your docker-compose file. This will
automatically apply all migrations required for the new version.

4. Login as the admin user and go to the "Miscellaneous" settings page and click on the
button to "Perform background tasks".
Expand Down

0 comments on commit 6850055

Please sign in to comment.