-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Potential Bug] log_slave_updates needed for master only migration #135
Comments
This is checked in
Looks like if |
Thank you. This will be addressed in a few days. |
@dveeden your analysis is correct; I will need to push the test till later, though, since the distinction of |
closed by #155 |
Using gh-ost 1.0.8 on a 5.7 master, setup with (log-bin,binlog_format=ROW, sync_binlog=1).
When I try to run using the --allow-on-master and --allow-master-master it exits with:
FATAL myserver:3306 must have log_slave_updates enabled
I have read the docs but could of missed something. Its my understanding that when doing the master only migration that it should be reading from the bin log, and log_slave_updates would be un-needed in this situation.
The text was updated successfully, but these errors were encountered: