adding documentation

This commit is contained in:
Shlomi Noach 2016-05-20 16:10:02 +02:00
parent 02ddf76da0
commit 5180206bc6
2 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,8 @@ The magic is that your master can still produce SRB, but if you have a replica w
- If you supply `--switch-to-rbr`, `gh-ost` will convert the binlog format for you, and restart replication to make sure this takes effect.
- If your replica is an intermediate master, i.e. further serves as a master to other replicas, `gh-ost` will not convert the `binlog_format`.
- At any case, `gh-ost` **will not** convert back to `STATEMENT` (SBR). This is because you may be running multiple migrations concurrently. Being able to run concurrent migrations is one of the design goals of this tool. It's your own responsibility to switch back to SBR once all pending migrations are complete.
### Summary
- If you're already using RBR, all is well for you
- If not, convert one of your replicas to `binlog_format='ROW'`, or let `gh-ost` do this for you.

View File

@ -0,0 +1 @@
# Testing on replica