2016-12-01 14:15 GMT+13:00 David G. Johnston <david.g.johns...@gmail.com>:
> On Wed, Nov 30, 2016 at 6:05 PM, Patrick B <patrickbake...@gmail.com> > wrote: > >> https://www.postgresql.org/docs/9.2/static/runtime-config- >> replication.html >> >> wal_keep_segments is the parameter responsible for streaming replication >> be able to recover itself without using wal_files, is that right? >> > > [...] without using wal_files[sic] [from an external archive location] > > David J. > > > Yep David! Thanks for correcting me. Got it now. Thanks everyone. one more question... I'm working with wal_keep_segments = 1000 - Would that in your opinion be a safe number? Yes. I got plenty of free space and I'm using pg_xlogs in a different partition on the master. Patrick