forked from coop-cloud/baserow
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
818ec9bc13 | ||
|
|
af3d655c8f
|
||
|
|
1936226bf5 | ||
|
|
0865766102 | ||
|
|
475484928f | ||
|
|
3158926e7b | ||
|
|
136ad45cfb | ||
|
|
26e98e915d | ||
|
|
aa6b8472f5 | ||
|
|
f19c498001 | ||
|
|
db18e08971 |
+2
-2
@@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: baserow/baserow:1.35.3
|
||||
image: baserow/baserow:2.0.5
|
||||
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=1.2.0+1.35.3"
|
||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+2.0.5"
|
||||
healthcheck:
|
||||
test: ["CMD", "./baserow.sh", "backend-cmd", "backend-healthcheck"]
|
||||
interval: 30s
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Backup/restore of the postgres database backend will now use pg_dump and pg_restore
|
||||
@@ -0,0 +1,3 @@
|
||||
= 1 Breaking Change =
|
||||
|
||||
[Builder] Data source now return content with human property names instead of technical ones #4135
|
||||
Reference in New Issue
Block a user