Open KernelPryanic opened 2 years ago
Okay, after searching through commits I've found out that the group replication support was added in the 3.2.3
version. But the latest available version in the repository is 3.1.4
, can you please update the packages up there?) As I was going through the installation document and this repo is mentioned there.
Orchestrator doesn't rocognize the group replication with a single primary.
orchestrator -c topology -i mysql_master
returnsmysql_master:3306 [0s,ok,8.0.28,rw,ROW,>>,GTID,P-GTID]
orchestrator -c topology -i mysql_slave
returnsmysql_slave:3306 [0s,ok,8.0.28,ro,ROW,>>,GTID]
SELECT * FROM performance_schema.replication_group_members;
executed on one of the members returns:Web UI reports that there's no connection between these servers.
Orchestrator version:
3.1.4
MySQL version:8.0.28