Top
Enterprise Postgres 18 for Kubernetes User's Guide

5.18.1 Verifying the Creation Status of Multi-master Replication

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.

5.18.1.1 preparation_multi_master_replication table

Column name

Description

replicaction_name

Replication name to create

database_name

Database name for replication

operation

create
delete

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.