Last modified by Thomas Mortagne on 2017/03/24

<
From version < 2.4 >
edited by Manuel Smeria
on 2012/12/18
To version < 3.1 >
edited by Denis Gervalle
on 2012/12/20
>
Change comment: Add a warning regarding old statistics migration

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ManuelSmeria
1 +XWiki.dgervalle
Content
... ... @@ -2,6 +2,10 @@
2 2  {{toc/}}
3 3  {{/box}}
4 4  
5 +{{warning}}
6 +If you are migrating from an earlier version than 4.0, and your database contains statistics collected using a version earlier than 2.2, you will probably encounter an issue during our automated database migration. To avoid that issue, you will need to clean up your statistics by executing some SQL commands described in issue [[XWIKI-8129>>http://jira.xwiki.org/browse/XWIKI-8129]]. Be sure to apply these before attempting the migration. If your are in doubt, apply it, these could not hurt. If you don't, you will face duplicate IDs errors during the migration process, and it will fail, preventing you to run your wiki.
7 +{{/warning}}
8 +
5 5  This is the release notes for XWiki Platform, XWiki Enterprise and XWiki Enterprise Manager. They share the same release notes as they are released together and have the same version.
6 6  
7 7  = New and Noteworthy (since XWiki 4.3) =
... ... @@ -49,15 +49,3 @@
49 49  {{warning}}
50 50  Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
51 51  {{/warning}}
52 -
53 -== Issues specific to XWiki 4.3.1 ==
54 -
55 -{{todo/}}
56 -
57 -== API Breakages ==
58 -
59 -The following APIs were modified since 4.3:
60 -
61 -{{code language="none"}}
62 -<clirr output here>
63 -{{/code}}

Get Connected