Update 2.10 release notes with info from 2.9.2
- Add a warning that the init should be run in interactive mode.
- Switch from UK to US spelling.
Change-Id: I13c0ab025287e6eb1e8b42f1ccadf77cdbfddd01
diff --git a/ReleaseNotes/ReleaseNotes-2.10.txt b/ReleaseNotes/ReleaseNotes-2.10.txt
index 85aa848..e8a2f40 100644
--- a/ReleaseNotes/ReleaseNotes-2.10.txt
+++ b/ReleaseNotes/ReleaseNotes-2.10.txt
@@ -22,11 +22,14 @@
java -jar gerrit.war reindex --recheck-mergeable -d site_path
----
-*WARNING:* When upgrading from an existing site that was initialised with Gerrit
+*WARNING:* When upgrading from an existing site that was initialized with Gerrit
version 2.6 to version 2.9.1, the primary key column order will be updated for
-some tables. It is therefore important to upgrade the site with the init program,
+some tables. It is therefore important to upgrade the site with the `init` program,
rather than only copying the .war file over the existing one.
+It is recommended to run the `init` program in interactive mode. Warnings will
+be suppressed in batch mode.
+
*WARNING:* Upgrading to 2.10.x requires the server be first upgraded to 2.1.7 (or
a later 2.1.x version), and then to 2.10.x. If you are upgrading from 2.2.x.x or
later, you may ignore this warning and upgrade directly to 2.10.x.