Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 467 Bytes

readme.md

File metadata and controls

17 lines (16 loc) · 467 Bytes

About

This is a daemon service for TiDB syncer.

Usage

Just run ./deploy.sh to prepare all dependency file.

# enable service auto start on boot
systemctl enable tidb-syncer-daemon
# start service 
systemctl start tidb-syncer-daemon
# or via alias
service tidb-syncer-daemon start
# show status
systemctl status tidb-syncer-daemon 
# for more
systemctl status tidb-syncer-daemon -l