Last modified by Thomas Mortagne on 2017/03/24

<
From version < 2.5 >
edited by Eduard Moraru
on 2012/12/18
To version < 5.1 >
edited by Vincent Massol
on 2013/01/21
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Release Notes for XWiki Enterprise 4.3.1
1 +Release Notes for XWiki Enterprise 4.4.1
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.enygma
1 +XWiki.VincentMassol
Content
... ... @@ -2,14 +2,18 @@
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 -= New and Noteworthy (since XWiki 4.3) =
11 += New and Noteworthy (since XWiki 4.4) =
8 8  
9 9  == Full Issue List ==
10 10  
11 11  {{jira style="list" url="http://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
12 -Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.3.1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
16 +Project in ("XWiki Commons", "XWiki Rendering", "XWiki Platform", "XWiki Enterprise", "XWiki Enterprise Manager") and fixVersion in ("4.4.1") and resolution in ("Fixed") and component not in ("Build, Infrastructure and Tests")
13 13  {{/jira}}
14 14  
15 15  = Translations =
... ... @@ -16,7 +16,7 @@
16 16  
17 17  The following translations have been updated:
18 18  
19 -{{language codes="ca, cs, da, de, es, fr, gl, hi, hr, it, ko, lv, nl, no, pl, pt_BR, ro, ru, sk, sv, uk, vi, zh, zh_TW"/}}
23 +{{language codes="xxx"/}}
20 20  
21 21  = Tested Browsers & Databases =
22 22  
... ... @@ -44,8 +44,22 @@
44 44  
45 45  == General Notes ==
46 46  
51 +{{warning}}
52 +PLEASE, BACKUP YOUR DATABASE BEFORE STARTING YOUR WIKI.
53 +AUTOMATED MIGRATION PROCEDURE TAKE PLACE AT STARTUP AND YOU MAY NEED TO START OVER IF YOU ENCOUNTER AN UNEXPECTED ISSUE.
54 +{{/warning}}
55 +
47 47  You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from all the improvements listed above.
48 48  
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}}
61 +
62 +{{warning}}
63 +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.
64 +{{/warning}}
65 +
66 +{{warning}}
67 +If you have encountered an issue with the migration, you may need to start over from a backup. Be careful that during the migration, two new tables have been created (in each xwiki database for a farm) and should be dropped when you restore a backup of a database coming from a version earlier than 4.x. These two tables are DATABASECHANGELOG and DATABASECHANGELOGLOCK. These should only be removed if you restore a pre-4.x database schema. Mixing an old database with these two tables will surely cause issue during schema updates (liquibase checksum failure).
68 +{{/warning}}
69 +

Get Connected