logical replicate DB (stage 1) #2
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue