Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,27 @@
schematypens="http://purl.oclc.org/dsdl/schematron"?><article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<info>
<title>Known Issues when upgrading</title>
<date>1Q18</date>
<date>4Q18</date>
<keywordset>
<keyword>operations</keyword>
</keywordset>
</info>

<!-- ================================================================== -->

<para>This article lists the known incompatibilities when upgrading from an older version of eXist-db.</para>
<para>This article lists known incompatibilities when upgrading from an older version of eXist-db.</para>

<!-- ================================================================== -->
<sect1 xml:id="v4.5.0">
<title>Upgrading to 4.5.0</title>

<itemizedlist>
<listitem>
<para>eXist-db v4.5.0 is not binary compatible with previous versions of eXist-db because of improvements to the on-disk journal format. Before upgrading to this version of eXist-db, you MUST perform a full backup and restore.</para>
</listitem>
</itemizedlist>

</sect1>

<!-- ================================================================== -->
<sect1 xml:id="v4.0.0">
Expand All @@ -24,7 +36,6 @@
</itemizedlist>

</sect1>
<!-- ================================================================== -->
<sect1 xml:id="v3.0">
<title>Upgrading to 3.0 stable</title>

Expand Down
14 changes: 12 additions & 2 deletions src/main/xar-resources/data/upgrading/upgrading.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
<info>
<title>Upgrade Guide</title>
<date>2Q18</date>
<date>4Q18</date>
<keywordset>
<keyword>operations</keyword>
</keywordset>
Expand Down Expand Up @@ -186,7 +186,17 @@
</entry>
<entry>
<para>
<link xlink:href="http://exist-db.org/exist/apps/wiki/blogs/eXist/search.html?field=tags&amp;q=release">release notes</link>
<link xlink:href="http://exist-db.org/exist/apps/wiki/blogs/eXist/">release notes</link>
</para>
</entry>
</row>
<row>
<entry>
<para>4.5.0</para>
</entry>
<entry>
<para>
<link xlink:href="incompatibilities.xml#v4.5.0">special notes</link>
</para>
</entry>
</row>
Expand Down