Re: MYSQL Cluster backups
By default, they're written to <datadir>/BACKUP/BACKUP-<backupid> on every data node. You'll need to collect all the pieces from every data node to have a complete backup.
You'll ideally want to set BackupDataDir to different storage than your datadir for production use. If the backup fills up the disk, it will kill the node. This is especially bad since the backup writes to all data nodes and could potentially fill/crash them at once ;).
Subject
Views
Written By
Posted
1248
October 27, 2016 10:35AM
Re: MYSQL Cluster backups
685
October 27, 2016 11:53AM
682
October 28, 2016 08:06AM
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.