evi...@ezakus.com
unread,Sep 1, 2014, 3:46:06 AM9/1/14You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Seem's that your primary server is not able to copy wals in your /home/postlog/archive/ path.
Try to empty it and verify if it's filled.
Modify you're primary and secondary postgresql.conf file increasing the wal_keep_segments value to have time to make you're pg_basebackup.
It seems that when you finish you're pg_basebackup, the wal's are out of date and the secondary can not resynchronize.
#------------------------------------------------------------------------------
# REPLICATION
#------------------------------------------------------------------------------
# - Sending Server(s) -
# Set these on the master and on any standby that will send replication data.
max_wal_senders = 5 # max number of walsender processes
# (change requires restart)
wal_keep_segments = 64 # in logfile segments, 16MB each; 0 disables