Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error applying ops: no such cmd: applyOps #11

Open
DonShamsan opened this issue May 20, 2020 · 0 comments
Open

error applying ops: no such cmd: applyOps #11

DonShamsan opened this issue May 20, 2020 · 0 comments

Comments

@DonShamsan
Copy link

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

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

No branches or pull requests

1 participant