You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
I've just migrated to latest orchestrator version (3.0.14).
My DB topology is fairly simple 1 active master / 1 passive master and multiples readonly slaves with no binlogs. Percona (Oracle) GTIDs are enabled and in use (auto master position).
When trying to relocate slaves from one master to the other one by using this : orchestrator-client -c can-replicate-from-gtid -i slave1 -d master2
I got this error : Instance master2 has purged GTID entries not found on slave1
I checked on both servers and GTID were correct and no subset was missing.
After digging a while, I found that executed_gtid_set information is missing from orchestrator internal DB for MySQL instances w/o binlogs.