Last modified by slauriere on 2019/06/06

From version 1.1 >
edited by Vincent Massol
on 2019/02/03
To version < 2.1 >
edited by Guillaume Delhumeau
on 2019/02/04
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.gdelhumeau
Content
... ... @@ -61,6 +61,20 @@
61 61  ** ##hibernate.cfg.xml##
62 62  * Add ##xwiki.store.migration=1## in ##xwiki.cfg## so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
63 63  
64 +{{warning}}
65 +In this version, we have replaced the Activity Stream store by the Event Stream Store. To handle the upgrade, it means you need to modify ##hibernate.cfg.xml##.
66 +
67 +You need to remove this line:
68 +{{code language="xml"}}
69 +<mapping resource="activitystream.hbm.xml"/>
70 +{{/code}}
71 +
72 +and to replace it by:
73 +{{code language="xml"}}
74 +<mapping resource="eventstream.hbm.xml"/>
75 +{{/code}}
76 +{{/warning}}
77 +
64 64  == Issues specific to XWiki <version> ==
65 65  
66 66  <issues specific to the project>

Get Connected