Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # This tells the slave to keep pulling WALs from master.
  2. standby_mode = on
  3.  
  4. recovery_target_xid = '1768'
  5. recovery_target_action = 'pause'
  6. # This is how to connect to the master.
  7. primary_conninfo = 'host=127.0.0.1 user=pivotal port=5432'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement