Check streaming recovery status
-- Run this on hot standby server
postgresql configurationintermediate
by PostgreSQL
14 views
-- Run this on hot standby server
123456
-- Run this on hot standby server
postgres=# select pg_is_wal_replay_paused();
pg_is_wal_replay_paused
-------------------------
f
-- If the output is f then, streaming recovery is running, if t means not running.Please to add comments
No comments yet. Be the first to comment!