Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1936226bf5 | |||
| 0865766102 | |||
| 475484928f | |||
| 3158926e7b | |||
| 136ad45cfb | |||
| 26e98e915d | |||
| aa6b8472f5 | |||
| f19c498001 | |||
| db18e08971 |
@ -33,7 +33,7 @@ services:
|
|||||||
- "backupbot.backup.pre-hook=/backup.sh pre-backup"
|
- "backupbot.backup.pre-hook=/backup.sh pre-backup"
|
||||||
- "backupbot.backup.post-hook=/backup.sh post-backup"
|
- "backupbot.backup.post-hook=/backup.sh post-backup"
|
||||||
- "backupbot.restore.post-hook=/backup.sh post-restore"
|
- "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:
|
healthcheck:
|
||||||
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
|
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
1
release/1.3.0+1.35.3
Normal file
1
release/1.3.0+1.35.3
Normal file
@ -0,0 +1 @@
|
|||||||
|
Backup/restore of the postgres database backend will now use pg_dump and pg_restore
|
||||||
Reference in New Issue
Block a user