MySQL Forums
Forum List  »  MySQL Shell

Re: Shell Plugins - What is an unmanaged cluster? And how to make it a managed cluster?
Posted by: IGG t
Date: July 25, 2019 04:07AM

OK, I have figured this out. There is a difference between Group Replication and an Innodb Cluster that isn't very clear in the documentation.

Basically, an "unmanaged Cluster" is Group Replication. A "managed cluster" is an Innodb Cluster.

You upgrade group replication to an Innodb Cluster using:

var cluster = dba.createCluster('prodCluster', {adoptFromGR: true});

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Shell Plugins - What is an unmanaged cluster? And how to make it a managed cluster?
499
July 25, 2019 04:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.