Skip to main content

INGESTION_GATEWAY_PG_SLOT_CREATION_FAILED error condition

SQLSTATE: 42000

Failed to create replication slot for <entityType> '<entityName>' Error message: <errorMessage>

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 SQLState and refer to https://www.postgresql.org/docs/current/errcodes-appendix.html.

Was this article helpful?