Setting up the storage repository for WarehousePG Disaster Recovery

Provision a storage repository that both the primary and DR clusters can reach. The primary cluster writes base backups and WAL archives to it and the DR cluster reads from it. The two clusters don't need a direct network path to each other.

whpg-dr supports two storage backends:

BackendRequirements
POSIX (NFS)Mount the NFS share read-write at the same path on all coordinator and segment hosts of both clusters. Supported on WarehousePG 6.x and 7.x.
S3-compatibleCreate the bucket and make credentials with read and write access available on all hosts. Requires WarehousePG 7.x.

Could this page be better? Report a problem or suggest an addition!