Skip to content

Commit b8d3f15

Browse files
committed
add proper link to latest release
minor typos
1 parent 086e012 commit b8d3f15

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/main/xar-resources/data/upgrading.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</section>
3131
<section id="binary-compatible-upgrades">
3232
<title>Binary Compatible Upgrades</title>
33-
<para>Follow these steps if the new version of eXist is binary-compatible with the your old version. Check the new version's release notes to find out whether it is binary compatibility with your old version.</para>
33+
<para>Follow these steps if the new version of eXist is binary-compatible with the your old version. Check the new version's release notes to find out whether it is binary compatible with your old version.</para>
3434
<procedure>
3535
<step>
3636
<para>Stop the old installation of eXist, if it is running.</para>
@@ -39,14 +39,14 @@
3939
<para>Create a <ulink url="backup.xml">backup</ulink> of the data from your old installation of eXist.</para>
4040
</step>
4141
<step>
42-
<para>Install the new version of eXist. Do not install one eXist version over another one.
42+
<para>Install the new version of eXist. Do not install one eXist version over another one.
4343
Always install the new version into a fresh new directory.</para>
4444
</step>
4545
<step>
46-
<para>Remove the <emphasis>empty</emphasis> <code>data</code> directory from the new installation.
47-
Typically the data directory is located in <code>webapp/WEB-INF/data</code>.
48-
If you are not sure where the data directory is located,
49-
you can check the <ulink url="troubleshooting.xml#logs"><code>exist.log</code></ulink>,
46+
<para>Remove the <emphasis>empty</emphasis> <code>data</code> directory from the new installation.
47+
Typically the data directory is located in <code>webapp/WEB-INF/data</code>.
48+
If you are not sure where the data directory is located,
49+
you can check the <ulink url="troubleshooting.xml#logs"><code>exist.log</code></ulink>,
5050
searching for entires after startup pertaining to <code>DATA_DIR</code>.
5151
</para>
5252
</step>
@@ -63,10 +63,10 @@
6363
</section>
6464
<section id="non-binary-compatible-upgrades">
6565
<title>Binary Non-compatible Upgrades</title>
66-
<para>Follow these steps if the new version of eXist is not binary-compatible with the your old version.
67-
(Check the new version's release notes to find out whether it is binary compatibility with your old version.)
68-
Additional steps are required when upgrading to a new version of eXist whose database format is not binary-compatible with your old installation.
69-
The key difference is that you must perform a <emphasis>full restore</emphasis> of your backed up data onto the new installation of eXist,
66+
<para>Follow these steps if the new version of eXist is not binary-compatible with the your old version.
67+
(Check the new version's release notes to find out whether it is binary compatibility with your old version.)
68+
Additional steps are required when upgrading to a new version of eXist whose database format is not binary-compatible with your old installation.
69+
The key difference is that you must perform a <emphasis>full restore</emphasis> of your backed up data onto the new installation of eXist,
7070
rather than simply copying the data directory to the new installation.</para>
7171
<procedure>
7272
<step>
@@ -76,7 +76,7 @@
7676
<para>Use Backup Central from the Dashboard (with "Zip" option for databases with less then 4GB)</para>
7777
</listitem>
7878
<listitem>
79-
<para>The Emergency Backup Tool (GUI) for installer based systems:</para>
79+
<para>The Emergency Backup Tool (GUI) for installer based systems:</para>
8080
<programlisting language="shell">java -jar start.jar -Xmx2048m org.exist.backup.ExportGUI</programlisting> <!--listing in backup.xml has no -Xmx parameter DP-->
8181
</listitem>
8282
<listitem>
@@ -93,10 +93,10 @@
9393
</listitem>
9494
</orderedlist>
9595
</para>
96-
<para>Once the backup is complete, you should check the backup report in the <code>export</code> directory
97-
within either the data directory (for backups created via the Dashboard, or Xquery) or
96+
<para>Once the backup is complete, you should check the backup report in the <code>export</code> directory
97+
within either the data directory (for backups created via the Dashboard, or Xquery) or
9898
<code>$EXIST-HOME</code> (for Backups created by the Emergency Backup Tool).</para>
99-
<para>Normally this just contains the list of collections which were backed up. If you see any warnings or errors,
99+
<para>Normally this report just contains the list of collections which were backed up. If you see any warnings or errors,
100100
it is especially important that you perform a “full restore” of your backed-up data onto the new installation of eXist.</para>
101101
</step>
102102
<step>
@@ -120,14 +120,14 @@
120120
<tgroup cols="2">
121121
<tbody>
122122
<tr>
123-
<td>3.6</td>
124-
<td><ulink url="http://exist-db.org/exist/apps/wiki/blogs/eXist/">release notes</ulink></td> <!--needs update with next breaking release DP-->
123+
<td>latest</td>
124+
<td><ulink url="http://exist-db.org/exist/apps/wiki/blogs/eXist/search.html?field=tags&amp;q=release">release notes</ulink></td>
125125
</tr>
126-
<tr>
126+
<tr> <!-- add new row with next binary incompatible release -->
127127
<td>3.0</td>
128128
<td><ulink url="incompatibilities.xml#v3.0">special notes</ulink></td>
129129
</tr>
130-
<tr>
130+
<tr>
131131
<td>2.2</td>
132132
<td><ulink url="incompatibilities.xml#v2.2">special notes</ulink></td>
133133
</tr>
@@ -143,4 +143,4 @@
143143
</table>
144144
</section>
145145
</chapter>
146-
</book>
146+
</book>

0 commit comments

Comments
 (0)