Skip to content

Commit 2cbf154

Browse files
authored
Update README.md
1 parent a8ceab8 commit 2cbf154

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# go-sync-mongo
1+
# Go-Sync-Mongo
22

33
Simple tool that polls operations from the replication oplog of a remote server, and applies them to the local/remote server. This capability supports certain classes of real-time migrations that require that the source server remain online and in operation throughout the migration process.
44

@@ -69,3 +69,5 @@ $ go run main.go status --src "mongodb://localhost:27018" --src-username mongoop
6969
+--------+--------+-------------+------+
7070
```
7171

72+
### Releases
73+
You can download binary releases for linux, macos and windows [here](https://github.com/checkr/go-sync-mongo/releases)

0 commit comments

Comments
 (0)