go-sync-mongo icon indicating copy to clipboard operation
go-sync-mongo copied to clipboard

Can't run at source or destination

Open etemiz opened this issue 5 years ago • 1 comments

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 avatar Apr 25 '19 19:04 etemiz

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

etemiz avatar Apr 25 '19 19:04 etemiz