Add UPGRADE guide

This commit is contained in:
Piotr Rogowski 2022-11-06 10:06:53 +01:00
parent 5133b9c9e1
commit 450814760c
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,12 @@ This is the backend for the [HyperTuner Cloud](https://github.com/hyper-tuner/hy
- deployment scripts / **Docker** and docker compose files
- migration scripts and guides
## Upgrading
Some versions will contain breaking changes.
If you are upgrading from a previous version, please read the [UPGRADE.md](UPGRADE.md) file.
## Setting up your instance
Use provider Docker files from the `/docker` directory or just grab the binary from the [Releases](https://github.com/hyper-tuner/cloud-backend/releases) page.

9
UPGRADE.md Normal file
View File

@ -0,0 +1,9 @@
# Upgrade guide
## From v1.0.0 to v1.0.1
This version adds to new custom endpoints for fetching tune and ini file.
1. get the new binary and run `cloud-backend`, make sure everything works as it was before (don't forget to backup `pb_data` data)
2. upgrade frontend to `v1.0.1`
3. import new schema