<div dir="ltr"><div>Folks, </div><div><br></div><div>I was considering moving my mythconverg DB into a MySQL cluster using the <a href="https://dev.mysql.com/doc/refman/5.7/en/group-replication.html">group replication plugin</a>, but some of the tables don't have primary keys--among the <a href="https://dev.mysql.com/doc/refman/5.7/en/group-replication-requirements.html">requirements</a> for group replication. I was considering altering those tables to just add an auto_increment primary key. Does anyone know if these modifications might break future schema upgrades? Not asking to predict the future, but if anyone knows if the typical changes done to the DB schema would conflict. I also understand I'd be on my own if this causes me a mess.</div><div><br></div><div>I have an old database that has been through several versions of updates and so I'm finding it has some cruft, like bad timestamps, that also require fixing.</div><div><br></div><div>In any case, I'll be testing in a dev system long before poking my production database!</div><div><br></div><div>Thanks!</div></div>