MySQL Forums
Forum List  »  NDB clusters

Re: cant restore a backup <- workaround
Posted by: Christian Tölle
Date: June 14, 2017 02:20AM

it was releated with the partition schema on the table.


/*!50100 PARTITION BY KEY () PARTITIONS 2 */


workaround:

1) use ndb_restore -m with --exclude-tables=xxx on the failing one.
2) create the failing table over the mysql client without the partition schema
3) use ndb_restore to restore the data

for details see:
https://bugs.mysql.com/bug.php?id=86657

Options: ReplyQuote


Subject
Views
Written By
Posted
1054
June 12, 2017 03:27AM
676
June 13, 2017 01:34AM
539
June 13, 2017 04:07AM
457
June 13, 2017 08:39AM
593
June 13, 2017 08:39AM
505
June 13, 2017 02:17PM
Re: cant restore a backup <- workaround
567
June 14, 2017 02:20AM


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.