Compare commits

..

5 Commits

Author SHA1 Message Date
marlon 4e8b4de017 fix version label 2026-07-09 21:15:08 -04:00
marlon 3cece29758 increment backup script version 2026-07-09 20:36:22 -04:00
marlon 1b04cfa554 chore: publish 2.3.1+2.3.0 release 2026-07-09 20:31:58 -04:00
marlon ad43624925 chore: update image tags 2026-07-09 20:31:42 -04:00
marlon 8d8676bde7 chore: publish 2.3.0+2.2.2 release 2026-07-09 20:19:00 -04:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
export PG_BACKUP_CONFIG_VERSION=v1
export PG_BACKUP_CONFIG_VERSION=v2
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: baserow/baserow:2.2.2
image: baserow/baserow:2.3.0
networks:
- proxy
environment:
@@ -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=2.0.2+2.2.2"
- "coop-cloud.${STACK_NAME}.version=2.3.2+2.3.0"
healthcheck:
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
interval: 30s