logical replicate DB (stage 1) #2

Merged
yume merged 6 commits from db-logical-replicate into master 2024-11-06 15:32:55 -06:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 6bd7a8ae63 - Show all commits

View file

@ -26,7 +26,6 @@ services:
test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"
interval: 5s
retries: 20
command: ["-c", "wal_level=logical"]
# db-publish:
# restart: always

View file

@ -74,7 +74,6 @@ services:
test: "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"
interval: 5s
retries: 20
command: ["-c", "wal_level=logical"]
replikey:
restart: always