Hi, is there any possibility to upgrade from Xwiki Enterprise 9.4 to current Xwiki Common 9.5? We used .deb packege installation on Debian 8. Thanks for any help.
Xaero
I don’t see any reason why you couldn’t upgrade from XWiki 9.4 to XWiki 9.5.
Now not sure why you mention XWiki Enterprise and XWiki Commons. From 9.5 we dropped XWiki Enterprise. The majority of the code is in XWiki Platform.
All you have to do is install the xwiki
package corresponding to the xwiki-enterprise
one you installed previously and it should replace it and behave like any upgrade. So for example if you have installed xwiki-enterprise-tomcat8-mysql
, do an apt-get install xwiki-tomcat8-mysql
.
Did updated the documentation yet.
Just wait a bit because I’m currently deploying new packages with a fix for Loading....
Should be all OK now.
Hi, everything works, as you described. Thanks
I also hit this problem to much confusion. I updated the docs, although since there is no “upgrading” section, I am not sure how much it will help. FWIW, I did hit those docs before finding this thread.
@crw The page you linked is for installing, not upgrading. For upgrading, see http://www.xwiki.org/xwiki/bin/view/Documentation/AdminGuide/Upgrade#HUpgradingfromtheDebianpackage
Oh, thanks! The upgrade page didn’t come up in my Google searches, but would have helped.