
February 10th, 2012, 08:56 AM
|
|
Problem Solver
|
|
Join Date: Jan 2001
Location: Stockholm, Sweden
|
|
I think you should be able to use the "ndb_restore -m ..." to restore the meta data for the tables.
And since a copy of the .ctl file (control information and meta data) is saved on each node in the cluster I think you should be pretty safe.
Quote: | Originally Posted by manual
The first time you run the ndb_restore restoration program, you also need to restore the metadata. In other words, you must re-create the database tables—this can be done by running it with the -m option. Note that the cluster should have an empty database when starting to restore a backup. (In other words, you should start ndbd with --initial prior to performing the restore. You should also remove manually any Disk Data files present in the data node's DataDir.)
|
Ref: ndb_restore
__________________
/Stefan
|