aditya_penmesta
10/18/2022, 1:58 PMPlugin configuration is invalid HINT: WAL control functions cannot be executed during recovery. because of this. I've been trying to comb through the documentation to figure out what exactly to do but can't seem to figure it out. Any help would be appreciated, thank youaaronsteers
10/20/2022, 5:20 PMaaronsteers
10/20/2022, 5:20 PMSELECT *
FROM pg_create_logical_replication_slot('pipelinewise_<database_name>', 'wal2json');
If I read that correctly, the tap uses that naming convention to locate the replication slot.aaronsteers
10/20/2022, 5:28 PMaditya_penmesta
10/21/2022, 2:11 PMaaronsteers
10/21/2022, 3:56 PM