Skip to content
mjallday edited this page Oct 27, 2014 · 2 revisions

How do I clone from a non-rempgr server:

repmgr -f /etc/repmgr/repmgr.conf -D /mnt/data/postgresql/9.1/main standby clone balanced-db-03 --verbose --force --ignore-rsync-warning

Or with WAL-E from a different cluster

wal-e backup-fetch /mnt/data/postgresql/9.1/main/ LATEST --s3-prefix s3://balanced-wal-e/cluster-name

For the WAL-E command make sure you have the primary_conninfo param set in recovery.conf

Clone this wiki locally