[フレーム]
Last Updated: February 25, 2016
·
17.22K
· ccastillo

Pause and resume hot_standby replication on Postgres database

To pause, run the following query on the slave server:

select pg_xlog_replay_pause();

To resume, run
select pg_xlog_replay_resume();

AltStyle によって変換されたページ (->オリジナル) /