robie2011
robie2011

Reputation: 3888

SymmetricDS: Cleaning Staging Area

After skipping a row in a batch synchronisation the staging area should be cleaned. It is possible to do it manually. (https://www.symmetricds.org/doc/3.9/html/user-guide.html#_outgoing_batch_errors)

How can I clean it manually? Is it done by removing all contents from temp-directory of symmetricd?

Upvotes: 1

Views: 662

Answers (1)

Boris Pavlović
Boris Pavlović

Reputation: 64632

The parameter stream.to.file.enabled for the targeting node could be set to false before resolving the conflict. It would prevent symmetricDs using the local cache at all. After conflict resolution do not forget to set it to true.

Upvotes: 1

Related Questions