Note
This page is a work in progress. It may contain incomplete or incorrect information.
Configure Storage¶
Please head to Configure storage to learn how to set up basic storage configuration for the synchronizer.
Synchronous replication (Postgres)¶
As explained at Database Replication for Disaster Recovery, it is important that you set up synchronous replication for the synchronizer.
To set up synchronous replication, configure the primary server to accept connections from standby servers and specify which standbys should be synchronous. This ensures that transactions are committed only after confirmation from those standbys.
Please refer to the official Postgres documentation to properly set that up on your environment.