Hello I have been able to get `replication_method:...
# troubleshooting
l
Hello I have been able to get
replication_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