FAQs
What permissions do I need on the source or destination?
Simple read on the source and write on the destination should suffice.
For precise resume token creation on the source (highest consistency guarantee), write permission is necessary to inject a dummy record.
Can I stop dsync and resume later?
Yes, you can. Dsync will not repeat already completed tasks, and will automagically resume from the latest in-progress task.
How can I restart the process from scratch?
Delete the data on the destination
Clean up dsync metadata by running it with the
--cleanup
option.
What security or auth options are supported?
Dsync uses regular MongoDB Go Driver. All standard auth options are supported.
How do I start dsync in a highly-available configuration?
You can run it as a docker container with a sensible restart policy.
For any other questions not included in this FAQ section, contact dsync-dev@adiom.io
Last updated