Mysql-innodb-cluster unable to reboot-cluster-from-complete-outage

Thanks @billy-olsen and @pmatulis for your replay I was able to get back the leader online with

SET GLOBAL group_replication_bootstrap_group = ON;
START GROUP_REPLICATION;
SET GLOBAL group_replication_bootstrap_group = OFF;

and the other two units with

STOP GROUP REPLICATION
RESET SLAVE 
1 Like