Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

We are using this awesome tool repmgr developed by 2nd Quadrant for streaming replication.

We set 1000 WALs to be archived. What I noticed though is that on master we have about 600 WALs in the pg_xlog directory whilst on the standby we have about 10 - yet replication is not lagging and from the looks on the data it looks like all data is there ie replication works.

I might be missing something but I'd expect the same amount of WALS to be on both master and standby ?

Is there some magical process which is removing them ?

share|improve this question
When you say "We set 1000 WALs to be archived" - where and how did you set that? Please show any relevant configuration file entries. Also, is this your post: groups.google.com/forum/?fromgroups=#!topic/repmgr/7JwcRQwaRpg ? – Craig Ringer Mar 21 at 0:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.