-
Notifications
You must be signed in to change notification settings - Fork 129
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
Working with AWS RDS MySQL #281
Comments
Hello, The issue we've (I'm a colleague of @rgarrigue) been having is this
I have been able to find some information about the issue and workarounds. One is to downgrade the I'm not sure how this would translate to amending this in replibyte but a potential solution would perhaps to add optional database options? |
Hi @emilsivervik and @rgarrigue - indeed, a potential solution would be to add the ability to add extra options. I'm first working on dump and restore performance issues and I'll work on adding this. |
@emilsivervik how do you add --set-gtid-purged=OFF to replibyte ? |
Sorry @billmetangmo I totally missed that you wrote to me. What we did was to fork the repository and add the options to the dump command. |
Cool @emilsivervik . Is your fork available publicly ? |
@billmetangmo We added some internal build stuff also so no it's private. I did a fork to my account which you can check you if you want to, it's the same changes as we added to our company one. |
Hi there
We're having issue with RDS MySQL, being unable to get replibyte to dump so far. Tried as much permission as we could, on a read replica, nothing did it. Any hints ?
Thanks
The text was updated successfully, but these errors were encountered: