Share via


INGESTION_GATEWAY_PG_SLOT_CREATION_FAILED error condition

SQLSTATE: 42000

Failed to create replication slot '<slotName>' Error message: <errorMessage> Postgresql SQLState: <sqlState>

INSUFFICIENT_PRIVILEGE

due to insufficient privilege. Please grant the 'REPLICATION' privilege to the user.

MAX_SLOT_EXCEEDED

due to max slot limit exceeded. Please drop the unused slots or increase the slot limit.

UNKNOWN_ERROR

due to unknown error. Please check SQLSate and refer to https://www.postgresql.org/docs/current/errcodes-appendix.html.