Hello Everyone, I have a postgres 9.5 with Master slave setup. The slave is a streaming replication client. I have a lot ( >100k ) of .done files in my slave's pg_xlog/archive_status/ directory Since this is a streaming replication I have disabled archive_mode in both master & slave. Also, I use barman for backup, which also uses streaming backup for backups. Here is my relevant part of postgresql .conf file
Also here is what I have in recovery.conf
Is it ok to clear the .done files?
-Thanks in advance Vijay
PS: I have posted the same question in
https://stackoverflow.com/questions/51725092/postgres-replication-done-file-in-slave |