Author: jstephens
Date: 2007-01-28 02:10:06 +0100 (Sun, 28 Jan 2007)
New Revision: 4675
Log:
ndb_restore needs to be run the same number of times as there were data
nodes in the cluster when the backup was taken, and not one time more
than that (Thanks, MikeK!)
Modified:
branches/telcos/refman-5.1/mysql-cluster.xml
trunk/refman-4.1/mysql-cluster.xml
trunk/refman-5.0/mysql-cluster.xml
trunk/refman-5.1/mysql-cluster.xml
Modified: branches/telcos/refman-5.1/mysql-cluster.xml
===================================================================
--- branches/telcos/refman-5.1/mysql-cluster.xml 2007-01-27 17:05:34 UTC (rev 4674)
+++ branches/telcos/refman-5.1/mysql-cluster.xml 2007-01-28 01:10:06 UTC (rev 4675)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 7; 1191 bytes
@@ -12705,14 +12705,11 @@
</para>
<para>
- <command>ndb_restore</command> must be executed
- <literal><replaceable>N</replaceable> + 1</literal> times, where
- <replaceable>N</replaceable> is the number of backup files that
- were created by the <literal>START BACKUP</literal> command used
- to create the backup (see
+ <command>ndb_restore</command> must be executed once for each of
+ the backup files that were created by the <literal>START
+ BACKUP</literal> command used to create the backup (see
<xref linkend="mysql-cluster-backup-using-management-client"/>).
- This is equal to once for restoring cluster metadata (table
- schemas), plus once for each data node in the cluster at the
+ This is equal to the number of data nodes in the cluster at the
time that the backup was created.
</para>
Modified: trunk/refman-4.1/mysql-cluster.xml
===================================================================
--- trunk/refman-4.1/mysql-cluster.xml 2007-01-27 17:05:34 UTC (rev 4674)
+++ trunk/refman-4.1/mysql-cluster.xml 2007-01-28 01:10:06 UTC (rev 4675)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 8; 1312 bytes
@@ -12481,16 +12481,13 @@
directory. This program reads the files created as a result of
the backup and inserts the stored information into the database.
</para>
-
+
<para>
- <command>ndb_restore</command> must be executed
- <literal><replaceable>N</replaceable> + 1</literal> times, where
- <replaceable>N</replaceable> is the number of backup files that
- were created by the <literal>START BACKUP</literal> command used
- to create the backup (see
+ <command>ndb_restore</command> must be executed once for each of
+ the backup files that were created by the <literal>START
+ BACKUP</literal> command used to create the backup (see
<xref linkend="mysql-cluster-backup-using-management-client"/>).
- This is equal to once for restoring cluster metadata (table
- schemas), plus once for each data node in the cluster at the
+ This is equal to the number of data nodes in the cluster at the
time that the backup was created.
</para>
Modified: trunk/refman-5.0/mysql-cluster.xml
===================================================================
--- trunk/refman-5.0/mysql-cluster.xml 2007-01-27 17:05:34 UTC (rev 4674)
+++ trunk/refman-5.0/mysql-cluster.xml 2007-01-28 01:10:06 UTC (rev 4675)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 8; 1312 bytes
@@ -12594,16 +12594,13 @@
directory. This program reads the files created as a result of
the backup and inserts the stored information into the database.
</para>
-
+
<para>
- <command>ndb_restore</command> must be executed
- <literal><replaceable>N</replaceable> + 1</literal> times, where
- <replaceable>N</replaceable> is the number of backup files that
- were created by the <literal>START BACKUP</literal> command used
- to create the backup (see
+ <command>ndb_restore</command> must be executed once for each of
+ the backup files that were created by the <literal>START
+ BACKUP</literal> command used to create the backup (see
<xref linkend="mysql-cluster-backup-using-management-client"/>).
- This is equal to once for restoring cluster metadata (table
- schemas), plus once for each data node in the cluster at the
+ This is equal to the number of data nodes in the cluster at the
time that the backup was created.
</para>
Modified: trunk/refman-5.1/mysql-cluster.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster.xml 2007-01-27 17:05:34 UTC (rev 4674)
+++ trunk/refman-5.1/mysql-cluster.xml 2007-01-28 01:10:06 UTC (rev 4675)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 8; 1312 bytes
@@ -12647,16 +12647,13 @@
directory. This program reads the files created as a result of
the backup and inserts the stored information into the database.
</para>
-
+
<para>
- <command>ndb_restore</command> must be executed
- <literal><replaceable>N</replaceable> + 1</literal> times, where
- <replaceable>N</replaceable> is the number of backup files that
- were created by the <literal>START BACKUP</literal> command used
- to create the backup (see
+ <command>ndb_restore</command> must be executed once for each of
+ the backup files that were created by the <literal>START
+ BACKUP</literal> command used to create the backup (see
<xref linkend="mysql-cluster-backup-using-management-client"/>).
- This is equal to once for restoring cluster metadata (table
- schemas), plus once for each data node in the cluster at the
+ This is equal to the number of data nodes in the cluster at the
time that the backup was created.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4675 - branches/telcos/refman-5.1 trunk/refman-4.1 trunk/refman-5.0 trunk/refman-5.1 | jon | 28 Jan |