Summary
Error encountered when trying to activate a publication for all tables in PostgreSQL CDC connection. Error message indicates publication does not exist.
Question
Hello everyone,
I have a PostgreSQL CDC connection with some ingestion tables. In my PostgreSQL database, I initially had a publication for four tables. Now, I need to activate the publication for all tables. To do this, I disabled the ingestion, excluded the previous publication, and recreated it with the same name for all tables: CREATE PUBLICATION airbyte_prd_msce_slot FOR ALL TABLES;
However, I received the following ingestion error: Caused by: org.postgresql.util.PSQLException: ERROR: publication "airbyte_publication" does not exist.
When I reset all data, it works, but I don’t want to do this. Is there any way to resolve this issue without resetting all the data?
Versions:
PostgreSQL: 12.17
AirbytePostgresConnector: 3.4.20
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.