Dmitriy Paunin
Dmitriy Paunin
Would like to see more info about columns * Type * If field[s] is indexed * Comment My personal rules: - column definition: `{name} {SQL type} [-- {comment}]` - Primary...
There are cases when it's required to have connection to master in any point of time. Need to introduce service which always would connect client to the master regardless of...
Now Pgpool and Repmgr know nothing about each over. But there is a chance when a new master elected pgpool still points to old master. To Be Done: * Pgpool...
``` INFO: executing: '/usr/lib/postgresql/9.5/bin/pg_basebackup -l "repmgr base backup" -D /var/lib/postgresql/data -h dwh-db-node1-service -p 5432 -U replication_user -c fast -X stream ' >>> Waiting for replication on this node is over(if...
See https://github.com/paunin/PostDock/issues/71
I think there is a high chance to create a script in Barman container to automate recovery process now. Manual work can be to enable SSH in each container, but...