Time delayed database replicas
To help defend against application induced data loss, and for help in disaster recovery, should we have a time delayed replica? How would we implement that? References: - http://bonesmoses.org/2015/03/27/pg-phriday-high-availability-through-delayed-replication/ - https://www.postgresql.org/docs/9.4/static/standby-settings.html
issue