Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 477 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 477 Bytes

Mysql Replica test

Usage

Clear all previous data and reboot the cluster

make clean-build

Open another terminal session and check replica status

make status

Test replication

make test

Test dump

to test the replication from existing database, you can use the test dump file, or place your own dump file in init.db/master/ directory.

mv init.db/master/100-test-dump.sql.disabled init.db/master/100-test-dump.sql