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

Can't run at source or destination #9

Open
etemiz opened this issue Apr 25, 2019 · 1 comment
Open

Can't run at source or destination #9

etemiz opened this issue Apr 25, 2019 · 1 comment

Comments

@etemiz
Copy link

etemiz commented Apr 25, 2019

I am trying to migrate from 192.168.50.10 to 192.168.50.117 but running go-sync-mongo-linux-amd64 in either source or destination produces the following

./go-sync-mongo-linux-amd64 status --src "mongodb://192.168.50.10:27017" --src-username mongooplog --src-password some-password --dst "mongodb://192.168.50.117:27017" --src-ssl=false --dst-ssl=false --dst-username mongooplog --dst-password some-password
+--------+----------+-------------+------+
| DB | SOURCE | DESTINATION | DIFF |
+--------+----------+-------------+------+
| config | 0 | 0 | 0 |
| cq | 41615255 | 41615255 | 0 |
+--------+----------+-------------+------+

It compares local to local every time.
Version 1.1.

@etemiz
Copy link
Author

etemiz commented Apr 25, 2019

I had to use another machine with another IP to successfully run it.

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