-
+
High Availability, Load Balancing, and Replication
restore_end_command (string)
- In standby-mode, restore_command> (and restore_end_command>) is set to a
- simple command or script like in PITR. pg_standby or similar tools
- that wait for the next WAL file to arrive, cannot be used with
+ In standby-mode, restore_command> (and restore_end_command>) is set to a
+ simple command or script like in PITR. pg_standby or similar tools
+ that wait for the next WAL file to arrive, cannot be used with
streaming replication, as the server handles retries and waiting
itself. Set restore_command> as you would if you were
recovering using a Continuous archiving backup (see ).