I built a table using `default_replication_method:...
# getting-started
d
I built a table using
default_replication_method: LOG_BASED
and the extract and load completed successfully, but on a subsequent run it set
sync method(logical_initial)
. I might have first built the same target table using
FULL_TABLE
and then switched to
LOG_BASED
, does that not work (i.e. it started with XMIN and so now it is stuck with XMIN and never switches to pure LSN?)