We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dafceb commit 64b0d23Copy full SHA for 64b0d23
README.md
@@ -43,7 +43,7 @@ There is a [sample config](https://github.com/zhongbiaodev/py-mysql-elasticsearc
43
Simply run command
44
45
```
46
-python3 main.py path/to/your/config.yaml
+es-sync path/to/your/config.yaml
47
48
and the tool will dump your data as stream to sync, when dump is over, it will start to sync binlog.
49
@@ -54,7 +54,7 @@ Or if you but want to load it from your own dumpfile. You should dump your tabl
54
then
55
56
57
-python3 main.py path/to/your/config.yaml --fromfile
+es-sync path/to/your/config.yaml --fromfile
58
59
to start sync, when xml sync is over, it will also start binlog sync.
60
0 commit comments