Great tool however I'm receiving an error while trying to copy a remote database to a local database (which has credentials).
Server returned error on SASL authentication step: Authentication failed.
Is there a way to specify the --authenticationDatabase
Mongo-Sync Configurations
local:
db: 'x'
host:
port: x
access:
username: 'x'
password: 'x'
remote:
db: 'x'
host:
url: 'x'
port: x
tunnel:
on: false
access:
username: 'root'
port: 22