Luke Riley
12/24/2024, 4:00 AMreplication_method: LOG_BASED
(wal2json) working for tap-postgres -> target-postgres
However, I don't know how to make it do an initial sync (or a full resync). It only syncs changes that go through the WAL. --full-refresh
doesn't work (I think that's an INCREMENTAL thing though?)
So I guess I want to do an initial FULL_TABLE. What is the suggested way to do that? I couldn't find it in the docs
Thank you