Note
This page is a work in progress. It may contain incomplete or incorrect information.
Configure Storage¶
Visit 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.
Refer to the official Postgres documentation to configure synchronous replication in your environment.