The status of multi-master replication defined in the multi-master replication configuration file can be checked in the preparation_multi_master_replication table within the postgres database.
Column name | Description |
|---|---|
replicaction_name | Replication name to create |
database_name | Database name for replication |
operation | create |
state | Status of replication creation or deletion Pending: Replication creation or deletion is pending Failed: Replication creation or deletion failed Created: Replication has been created |
message | Error messages are stored when replication creation fails |
processing_time | Last updated time |
If the deletion process succeeds, the row in this table is deleted.