Author: jstephens
Date: 2009-06-26 09:20:13 +0200 (Fri, 26 Jun 2009)
New Revision: 15462
Log:
Don't try to upgrade 6.3->7.0 and ndbd->ndbmtd at the same time
(Thanks, Oli!)
Modified:
trunk/refman-5.1/mysql-cluster-upgrade-downgrade.xml
Modified: trunk/refman-5.1/mysql-cluster-upgrade-downgrade.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-upgrade-downgrade.xml 2009-06-26 02:43:56 UTC (rev 15461)
+++ trunk/refman-5.1/mysql-cluster-upgrade-downgrade.xml 2009-06-26 07:20:13 UTC (rev 15462)
Changed blocks: 1, Lines Added: 14, Lines Deleted: 0; 1332 bytes
@@ -743,6 +743,20 @@
MySQL Cluster NDB 6.3 release, or from MySQL Cluster NDB
7.0.5 or later, are supported. (Bug #44294)
</para>
+
+ <para>
+ When upgrading online from a MySQL Cluster NDB 6.3 release
+ to a MySQL Cluster NDB 7.0 release, you should not try to
+ upgrade the data nodes from <command>ndbd</command> to
+ <command>ndbmtd</command> at the same time. Instead,
+ perform the upgrade using the new <command>ndbd</command>
+ executable (from the MySQL Cluster NDB 7.0.x distribution
+ to which you are upgrading) to replace the one in use on
+ the data nodes. Once the version upgrade is complete, you
+ can perform a second (online) upgrade to replace the data
+ node executables with <command>ndbmtd</command> from the
+ MySQL Cluster NDB 7.0.x distribution.
+ </para>
</listitem>
</itemizedlist>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r15462 - trunk/refman-5.1 | jon.stephens | 26 Jun |