I wanted to be brave and I installed MySQL Group Replication
manually…. it was painful !
Then I realized that managing those servers and especially deal
with MySQL Routers was even more painful !
What are my options now ? Is there a solution or do I need to
restart from scratch ?
Asking the answer is already answering it… and once again MySQL
Shell at the rescue.
MySQL Group Replication
I’ve configured everything manually. I also loaded
group_replication and clone plugins and finally after having
bootstrapped my Group here is what I have:
mysql> select member_host, member_port port
, member_state state
,
member_role role
, member_version version
from performance_schema.replication_group_members;
+-------------+------+--------+-----------+---------+
| member_host | port | state | role | version | …
[Read more]