Skip to content

error on SASL authentication step: Authentication failed #24

@cedricve

Description

@cedricve

Great tool however I'm receiving an error while trying to copy a remote database to a local database (which has credentials).

 ./mongo-sync pull

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions