cloud-backend/UPGRADE.md

18 lines
578 B
Markdown
Raw Normal View History

2022-11-06 01:06:53 -08:00
# Upgrade guide
2022-11-06 06:12:45 -08:00
## From v1.0.1 to v1.1.0
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`
2022-11-06 01:06:53 -08:00
## From v1.0.0 to v1.0.1
This version adds to new custom endpoints for fetching tune and ini file.
2022-11-06 06:12:45 -08:00
1. 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)
2022-11-06 01:06:53 -08:00
2. upgrade frontend to `v1.0.1`
3. import new schema