Hello team, I am a newbie here, so please bear with me.
First of all thanks so much to Percona for the xtrabackup, is just great.
Always using 8.0.26 in ALL machines.
Let me expose my problem:
I can OK backup and restore from a 8.0.26 cluster machine to a standalone 8.0.26. That is fine.
Now, I have a different cluster and I am trying to create that second cluster with the info of the first cluster.
My idea was to restore the backups in the 3 machines in standalone, and then later clear the cluster using incremental mode.
But I cannot create the cluster normally, see error trace below.
Is like if the backup from a cluster cannot be used again to create a clusterâŠ
Thanks so much for any hint or help.
BR
MySQL DB1DRINT:3306 ssl JS > dba.checkInstanceConfiguration()
Validating local MySQL instance listening at port 3306 for use in an InnoDB clusterâŠ
This instance reports its own address as DB1DRINT:3306
Clients and other cluster members will communicate with it through this address by default. If this is not correct, the report_host MySQL system variable should be changed.
Checking whether existing tables comply with Group Replication requirementsâŠ
No incompatible tables detected
Checking instance configurationâŠ
Instance configuration is compatible with InnoDB cluster
The instance âDB1DRINT:3306â is valid to be used in an InnoDB cluster.
{
âstatusâ: âokâ
}
MySQL DB1DRINT:3306 ssl JS > cluster = dba.createCluster(âmysqlClusterOTAPâ);
A new InnoDB cluster will be created on instance âDB1DRINT:3306â.
Validating instance configuration at DB1DRINT:3306âŠ
This instance reports its own address as DB1DRINT:3306
Instance configuration is suitable.
NOTE: Group Replication will communicate with other members using âDB1DRINT:33061â. Use the localAddress option to override.
Creating InnoDB cluster âmysqlClusterOTAPâ on âDB1DRINT:3306ââŠ
Adding Seed InstanceâŠ
ERROR: Unable to start Group Replication for instance âDB1DRINT:3306â.
The MySQL error_log contains the following messages:
2021-12-16 08:13:41.831832 [System] [MY-013587] Plugin group_replication reported: âPlugin âgroup_replicationâ is starting.â
2021-12-16 08:13:41.834138 [System] [MY-010597] âCHANGE MASTER TO FOR CHANNEL âgroup_replication_applierâ executedâ. Previous state master_host=ââ, master_port= 0, master_log_file=ââ, master_log_pos= 4, master_bind=ââ. New state master_host=ââ, master_port= 0, master_log_file=ââ, master_log_pos= 4, master_bind=ââ.
2021-12-16 08:13:41.841714 [Error] [MY-013124] Slave SQL for channel âgroup_replication_applierâ: Slave failed to initialize relay log info structure from the repository, Error_code: MY-013124
2021-12-16 08:13:41.841743 [Error] [MY-011534] Plugin group_replication reported: âError while starting the group replication applier threadâ
2021-12-16 08:13:41.841852 [Error] [MY-011669] Plugin group_replication reported: âUnable to initialize the Group Replication applier module.â
2021-12-16 08:13:41.841955 [Error] [MY-011735] Plugin group_replication reported: â[GCS] The member is leaving a group without being on one.â
Dba.createCluster: Group Replication failed to start: MySQL Error 3094 (HY000): DB1DRINT:3306: The START GROUP_REPLICATION command failed as the applier module failed to start. (RuntimeError)
MySQL DB1DRINT:3306 ssl JS >