Update UPGRADE.md

This commit is contained in:
Piotr Rogowski 2022-11-15 22:49:53 +01:00
parent e51d7f64d0
commit 9e213ade06
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 11 additions and 3 deletions

View File

@ -38,7 +38,7 @@ Now you can access the admin UI at: [https://your-instance.com/_/](https://your-
[https://hub.docker.com/r/karniv001/hypertuner-cloud-backend](https://hub.docker.com/r/karniv001/hypertuner-cloud-backend)
```bash
docker pull karniv001/hypertuner-cloud-backend:1.1.4
docker pull karniv001/hypertuner-cloud-backend:1.2.0
```
## Upgrading

View File

@ -1,12 +1,20 @@
# Upgrade guide
## From v1.0.1 to v1.1.0
## From v1.1.x to v1.2.x
This version adds stargazers.
1. import new schema first
2. get the new binary or Dockerfile and run `cloud-backend`, make sure everything works as it was before (don't forget to backup `pb_data` data)
3. upgrade frontend to `v1.1.0`
3. upgrade frontend to `v1.2.x`
## From v1.0.1 to v1.1.x
This version adds stargazers.
1. import new schema first
2. get the new binary or Dockerfile and run `cloud-backend`, make sure everything works as it was before (don't forget to backup `pb_data` data)
3. upgrade frontend to `v1.1.x`
## From v1.0.0 to v1.0.1