Magento 2 MySQL master slave with Docker
Magento 2 MySQL master-slave with Docker
MySQL Replication is probably the most popular high availability solution for MySQL, and widely used by top web properties like Twitter and Facebook. Although easy to set up, ongoing maintenance like software upgrades, schema changes, topology changes, failover and recovery have always been tricky. At least until MySQL 5.6.
Fortunately, MySQL 5.6 brought a number of significant enhancements to Replication, including Global Transaction IDs, event checksums, multi-threaded slaves and crash-safe slaves/masters. Replication got even better with MySQL 5.7 and MySQL 8.0.
My example for MySQL Master/Slave with Magento database:
Go to my Github: https://github.com/dylanngo95/mysql-master-slave-magento
Thanks.
Post a Comment