Install off-site MySQL slave #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current Percona XtraDB multi-master cluster is distributed across the same physical location. We should install a read-only node in a different country that syncs on a shedule.
Installed standalone node with Percona Server in Warsaw, but haven’t written a sync script to put in a cronjob yet. Originally intended to use MySQL replication, but figured it’d be good to have one that survives longer WAN connectivity issues with no manual intervention.
Used native MySQL replication instead now. Added a simple daily monitoring run via
73405432c9
, if it turns out to be inconsistent we’ll ditch it and add a plain sync shedule.