Re: [GENERAL] streaming replication and archive_status

2017-04-19 Thread Luciano Mittmann
2017-04-18 22:46 GMT-03:00 Jeff Janes : > On Tue, Apr 18, 2017 at 5:20 AM, Luciano Mittmann > wrote: > >> >> >> Hi Jeff, >> >> **Does each file in pg_xlog/archive_status/ have a corresponding file >> one directory up? >> >> no correspond

Re: [GENERAL] streaming replication and archive_status

2017-04-18 Thread Luciano Mittmann
2017-04-17 20:04 GMT-03:00 Jeff Janes : > 2017-04-17 17:08 GMT-03:00 Jeff Janes : > >> On Mon, Apr 17, 2017 at 12:22 PM, Luciano Mittmann >> wrote: >> >>> Hi All, >>> >>> anyone knows why there are so many files in the director

Re: [GENERAL] streaming replication and archive_status

2017-04-17 Thread Luciano Mittmann
kB, estimate=226109 kB thanks, 2017-04-17 17:24 GMT-03:00 Luciano Mittmann : > Hi Jeff, > > checkpoint message on standby node: > > [ 2017-04-17 17:21:56 BRT] @ LOG: restartpoint complete: wrote 21475 > buffers (2.6%); 0 transaction log file(s) added, 0 removed, 0 recycled;

Re: [GENERAL] streaming replication and archive_status

2017-04-17 Thread Luciano Mittmann
PM, Luciano Mittmann > wrote: > >> Hi All, >> >> anyone knows why there are so many files in the directory >> pg_xlog/archive_status/ in replication server? >> >> # pg_xlog/archive_status/ | wc -l >> >> 75217 >> >> Is possible to clean th

[GENERAL] streaming replication and archive_status

2017-04-17 Thread Luciano Mittmann
Hi All, anyone knows why there are so many files in the directory pg_xlog/archive_status/ in replication server? # pg_xlog/archive_status/ | wc -l 75217 Is possible to clean this .done files or just don't need to worry ? It's not occurs on primary or standalone servers, just on replication. T