Hi Experts, For a second time in the past few months I'm getting the following errors in Postgres log. Last time it was solved when I reset all Postgres pods. Now reset no longer helps. Logical
replication is now working even after I performed the reset. Any ideas what is wrong? ERROR: replication slot "pg_1015733_sync_1014718_7358407382484881476" does not exist STATEMENT: DROP_REPLICATION_SLOT pg_1015733_sync_1014718_7358407382484881476 WAIT ERROR: replication slot "pg_1015733_sync_1014956_7358407382484881476" does not exist STATEMENT: DROP_REPLICATION_SLOT pg_1015733_sync_1014956_7358407382484881476 WAIT 192
ERROR: replication slot "pg_927671_sync_927281_7358103111795036228" does not exist START_REPLICATION SLOT "pg_927671_sync_927281_7358103111795036228" LOGICAL 0/AC888F00 (proto_version '3', publication_names '"aaa","bbb"') replication slot "pg_1015733_sync_1015375_7358407382484881476" does not exist DROP_REPLICATION_SLOT pg_1015733_sync_1015375_7358407382484881476 WAIT Thanks |