Skip to content

Commit

Permalink
Update UPGRADE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed Nov 15, 2022
1 parent e51d7f6 commit 9e213ad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 10 additions & 2 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9e213ad

Please sign in to comment.