0
0
Fork 0

chore: publish 2.0.0+v1.5.1 release

This commit is contained in:
3wc 2023-08-11 12:11:28 +02:00
parent ee337feaea
commit c5b29affd8
2 changed files with 8 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- coop-cloud.${STACK_NAME}.version=1.1.0+1.5.1
- coop-cloud.${STACK_NAME}.version=2.0.0+v1.5.1
db:
image: postgres:13.11
configs:

7
release/2.0.0-1.5.1 Normal file
View File

@ -0,0 +1,7 @@
If you're upgrading from a pre-release version, there will be a major Postgresql
version upgrade -- this should happen automatically, but **please take a
backup**, at least of the `<stack_name>_db` volume, if not all the data volumes,
before the upgrade.
If you haven't taken a backup already, it's probably safest to bail using
Ctrl+C, take the backup, and re-run your `upgrade` / `deploy` command.