recycle transaction log files even if the backups are not properly
archived, since there is no command that fails. This can be worked
around by having an that fails
- when the file has not been properly archived yet.
+ when the file has not been properly archived yet, for example:
+archive_command = 'sleep 5 && test -f /mnt/server/archivedir/%f'
+
+ The initial timeout is necessary because
+
pg_receivexlog works using asynchronous
+ replication and can therefor be slightly behind the master.