As the administrator of a cluster, among other tasks, you should
be able to restore failed nodes and grow (or shrink) your cluster
by adding (or removing) new nodes.
In MySQL, as a backup tool (and if your amount of data is not too
big), you can use mysqldump a client utility that performs
logical backups.
The results are SQL statements that reproduce the original schema
objects and data.
For substantial amounts of data however, a physical backup
solution such as MySQL Enterprise Backup is faster, particularly
for the restore operation.
But this is the topic of my next blog post :)
The post MySQL InnoDB Cluster - Recovering and provisioning with mysqldump first appeared on dasini.net - Diary of a MySQL expert.