Собственно для репликации используется hot stand by на слейве
Из за этого при пгдампе вылезают вот такие ошибки
pg_dump: Dumping the contents of table "имя таблички" failed: PQgetResult() failed.
pg_dump: Error message from server: ERROR: canceling statement due to conflict with recovery
DETAIL: User query might have needed to see row versions that must be removed.
Собственно какие лучшие практики для бекапа?
Не появилось ли в 9.4 каких нибудь стандартных не костыльных решений?
"One solution, for backups anyway, is to pause the replication on the slave machines with the command: pg_xlog_replay_pause() and pg_xlog_replay_resume(). We still don't have a solution for long running queries, mayber have a mechanism to retry them when they fail with that specific error."