You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/xar-resources/data/upgrading.xml
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
</section>
31
31
<sectionid="binary-compatible-upgrades">
32
32
<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>
34
34
<procedure>
35
35
<step>
36
36
<para>Stop the old installation of eXist, if it is running.</para>
@@ -39,14 +39,14 @@
39
39
<para>Create a <ulinkurl="backup.xml">backup</ulink> of the data from your old installation of eXist.</para>
40
40
</step>
41
41
<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.
43
43
Always install the new version into a fresh new directory.</para>
44
44
</step>
45
45
<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 <ulinkurl="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 <ulinkurl="troubleshooting.xml#logs"><code>exist.log</code></ulink>,
50
50
searching for entires after startup pertaining to <code>DATA_DIR</code>.
51
51
</para>
52
52
</step>
@@ -63,10 +63,10 @@
63
63
</section>
64
64
<sectionid="non-binary-compatible-upgrades">
65
65
<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,
70
70
rather than simply copying the data directory to the new installation.</para>
71
71
<procedure>
72
72
<step>
@@ -76,7 +76,7 @@
76
76
<para>Use Backup Central from the Dashboard (with "Zip" option for databases with less then 4GB)</para>
77
77
</listitem>
78
78
<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>
80
80
<programlistinglanguage="shell">java -jar start.jar -Xmx2048m org.exist.backup.ExportGUI</programlisting> <!--listing in backup.xml has no -Xmx parameter DP-->
81
81
</listitem>
82
82
<listitem>
@@ -93,10 +93,10 @@
93
93
</listitem>
94
94
</orderedlist>
95
95
</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
98
98
<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,
100
100
it is especially important that you perform a “full restore” of your backed-up data onto the new installation of eXist.</para>
101
101
</step>
102
102
<step>
@@ -120,14 +120,14 @@
120
120
<tgroupcols="2">
121
121
<tbody>
122
122
<tr>
123
-
<td>3.6</td>
124
-
<td><ulinkurl="http://exist-db.org/exist/apps/wiki/blogs/eXist/">release notes</ulink></td> <!--needs update with next breaking release DP-->
0 commit comments