MySQL GTID: restore a master from a replica’s backup
![](https://i0.wp.com/lefred.be/wp-content/uploads/2019/12/circular_replication.png?fit=768%2C384&ssl=1)
To avoid infinite replication loops MySQL doesn’t allow you to have log_slave_updates and replicate-same-server-id. When using GTIDs that may lead to something not expected that you may not be aware of. In this scenario, we have 2 MySQL servers using…