codership / documentation

Galera Cluster Library
http://galeracluster.com/library/
24 stars 64 forks source link

Backing up Cluster Data section is outdated #5

Open temeo opened 10 years ago

temeo commented 10 years ago

Issue by temeo Tuesday May 06, 2014 at 14:31 GMT Originally opened as https://github.com/codership/galera/issues/13


The page says:

"Galera Cluster backups can be performed just as regular MySQL backups, using a backup script. Since all the cluster nodes are identical, backing up one node backs up the entire cluster.

However, such backups will have no global transaction IDs associated with them. You can use these backups to recover data, but they cannot be used to recover a Galera Cluster node to a well-defined state. Furthermore, the backup procedure may block the cluster operation for the duration of backup, in the case of a blocking backup."

However

This section should be expanded to cover ways to take backups without the aid of garbd.

byte commented 3 years ago

This is definitely high priority.

Also needs to cover MariaBackup, more about XtraBackup, and so on.