MySQL Forums
Forum List  »  NDB clusters

Re: MySQL NDB Restore Failed.
Posted by: Mikael Ronström
Date: October 29, 2021 02:07PM

If I follow what is going correctly you have a node failure.
At this point you take a backup which succeeds.
Next you restore the backup in the live node.

If I understood you correctly you are trying to restore
a table which already exists with data that was in the backup.
This means that ndb_restore when creating the table since the
table already existed.

So either it is that simple or I missed some step.

Even with 1 node down NDB is fully working and able to use the
tables for both read and write.

Options: ReplyQuote


Subject
Views
Written By
Posted
567
October 29, 2021 08:38AM
Re: MySQL NDB Restore Failed.
317
October 29, 2021 02:07PM
351
October 31, 2021 11:22PM
365
November 01, 2021 03:19AM


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.