go-sync-mongo
go-sync-mongo copied to clipboard
Can't run at source or destination
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.
I had to use another machine with another IP to successfully run it.