From ab390878680db8c10248e5c4ae61467f921397c9 Mon Sep 17 00:00:00 2001 From: dimti Date: Wed, 7 Oct 2020 10:59:15 +0300 Subject: [PATCH] + readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1dc4c93 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# General notes + +Script for fast launch mysql/mariadb replication between two servers. +Support only Master-Slave replication. + +## TODO + ++ optionally for master-master replication + +# Launch replication + +- prepare configs in .my.cnf and .remote.my.cnf +- create _config.sh and chose who is databases has replication +- launch `start-replication.sh` + +You may use tee for intercept error to log like: `./start-replication.sh 2>&1 | tee -a replication.log`