-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
MySQL group replication plugin (InnoDB cluster) support #3447
Comments
TBH not sure, I'm not certain which install guide I was going by. Will try with the new one and will report back. Thank you. |
With the new schema there still are some compatibility issues:
|
I think it could be possible to change schema to be compatible with those requirements. Seems that most of missing requirements would be changing unique indexes to primary key (and that should be doable if replication could accept multicolumn primary keys). I don't have plans right now to work on this, but i may take look in future. |
Hello,
Are there plans to modify MySQL database schema to be compatible with MySQL group replication plugin?
I'm in a process of setting up a new cluster (migration from Prosody) and had issues when database was stored on MySQL replicated cluster. Because of that I had to move the database to a single instance MySQL which makes HA less robust.
With MySQL group replication there are certain limitations as described here and here.
The schema I'm currently using was downloaded from https://raw.githubusercontent.com/processone/ejabberd/master/sql/mysql.sql and with that I was getting the below errors. These were with practically empty database with one test user, thus there might be more compatibility problems than the ones listed below.
The cluster this was tested on was a three node all nodes r/w cluster.
Thank you.
The text was updated successfully, but these errors were encountered: