Database Engine


Source (Primary)

Select the PostgreSQL database you want to replicate.


Target (Replica)

Choose where to place the replica. A new PostgreSQL database will be created automatically.


The name for the new database in Coolify.

What happens automatically

  • Source is configured for streaming replication (wal_level, max_wal_senders, pg_hba.conf)
  • A dedicated replication user and replication slot are created
  • Source is restarted via Coolify API if configuration changes require it
  • A new PostgreSQL database is created on the target Coolify instance
  • pg_basebackup copies all data from source to target
  • Target is configured as a hot standby with standby.signal
  • Replication status is verified automatically
  • The replica is registered in Synchro and linked to the source