The Problem like:
I perform the rolling upgrade for mysql minor version 8.0.35 to 8.0.36.
The steps like:
1) upgrade the standby B to to 8.0.36.
2) upgrade the standby C to to 8.0.36.
3) Now am trying switchover from primary A to standby B by using function group_replication_set_as_primary .
But got error:
ERROR 3910 (HY000): The function 'group_replication_set_as_primary' failed. Error processing configuration start message: The appointed primary member has a version that is greater than the one of some of the members in the group.
So is there any workaround for the rolling upgrade for MGR?
Thanks
Jason
I perform the rolling upgrade for mysql minor version 8.0.35 to 8.0.36.
The steps like:
1) upgrade the standby B to to 8.0.36.
2) upgrade the standby C to to 8.0.36.
3) Now am trying switchover from primary A to standby B by using function group_replication_set_as_primary .
But got error:
ERROR 3910 (HY000): The function 'group_replication_set_as_primary' failed. Error processing configuration start message: The appointed primary member has a version that is greater than the one of some of the members in the group.
So is there any workaround for the rolling upgrade for MGR?
Thanks
Jason