Skip to content

error applying ops: no such cmd: applyOps #11

Description

@DonShamsan

Hello,

I tried to execute the following

go-sync-mongo sync --src "src:27018" --src-username mongooplog --src-password pass --src-db db --src-ssl=false --dst "dst:27017" --dst-username mongooplog --dst-password pass --dst-db db --dst-ssl=false

Result:
2020/05/20 10:13:56 skipping collection db.some_coll
Skipping any operation on any collection

Then I tried to execute the command with src&dst collection flags
go-sync-mongo sync --src "src:27018" --src-username mongooplog --src-password test_monlog --src-db db --src-collections some_coll --src-ssl=false --dst "dst:27017" --dst-username mongooplog --dst-password pass --dst-db db --dst-collections some_coll --dst-ssl=false

Result:
error applying ops: no such cmd: applyOps

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions