Skip to content

Commit

Permalink
Update UPGRADE
Browse files Browse the repository at this point in the history
  • Loading branch information
karniv00l committed May 1, 2023
1 parent fe266e7 commit e4da923
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"Buildx",
"daos",
"DOCKERHUB",
"FOME",
"labstack",
"Middlewares",
"pocketbase",
Expand Down
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.2.4
docker pull karniv001/hypertuner-cloud-backend:1.3.0
```

## Upgrading
Expand Down
8 changes: 8 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
> **Warning**
> Upgrade one **minor** version at a time! Example: `x.1.x` to `x.2.x` to `x.3.x` and so on.
## From v1.2.x to v1.3.x

This version bumps PocketBase and adds support for FOME.

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.3.x`

## From v1.1.x to v1.2.x

This version adds tags and verified author badge.
Expand Down

0 comments on commit e4da923

Please sign in to comment.