Update UPGRADE

This commit is contained in:
Piotr Rogowski 2023-05-01 11:47:24 +02:00
parent fe266e7bae
commit e4da923c22
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
3 changed files with 10 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"Buildx",
"daos",
"DOCKERHUB",
"FOME",
"labstack",
"Middlewares",
"pocketbase",

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.2.4
docker pull karniv001/hypertuner-cloud-backend:1.3.0
```
## Upgrading

View File

@ -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.