9 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ services:
- "backupbot.backup.pre-hook=/backup.sh pre-backup"
- "backupbot.backup.post-hook=/backup.sh post-backup"
- "backupbot.restore.post-hook=/backup.sh post-restore"
- "coop-cloud.${STACK_NAME}.version=1.2.0+1.35.3"
- "coop-cloud.${STACK_NAME}.version=1.3.0+1.35.3"
healthcheck:
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
interval: 30s

1
release/1.3.0+1.35.3 Normal file
View File

@ -0,0 +1 @@
Backup/restore of the postgres database backend will now use pg_dump and pg_restore