Mysql – Innodb thesql 5.7 cluster wont join after reboot

MySQLmysql-5.7mysql-innodb-cluster

I get the following when I try to recover the cluster from a complete outage. Can anyone advise what's going on

cluster = dba.rebootClusterFromCompleteOutage()

Dba.rebootClusterFromCompleteOutage: Invalid value for localAddress,
string value cannot be empty. (ArgumentError)

Thanks

Best Answer

Fixed it by adding "group_replication_local_address" value in my.cnf cluster config file.

Related Question