cloud-backend/UPGRADE.md

37 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2022-11-06 01:06:53 -08:00
# Upgrade guide
2022-12-11 09:15:28 -08:00
> **Warning**
> Upgrade one **minor** version at a time! Example: `x.1.x` to `x.2.x` to `x.3.x` and so on.
2023-05-01 02:47:24 -07:00
## 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`
2022-11-15 13:49:53 -08:00
## From v1.1.x to v1.2.x
2022-11-06 06:12:45 -08:00
2022-12-26 05:57:23 -08:00
This version adds tags and verified author badge.
2022-11-06 06:12:45 -08:00
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)
2022-11-15 13:49:53 -08:00
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`
2022-11-06 06:12:45 -08:00
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