Changes for page Upgrading

Last modified by Vincent Massol on 2024/04/02

From version 13.1
edited by Vincent Massol
on 2015/03/06
Change comment: There is no comment for this version
To version 14.1
edited by Clemens Robbenhaar
on 2015/11/17
Change comment: add debian update

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ClemensRobbenhaar
Content
... ... @@ -10,6 +10,17 @@
10 10  
11 11  {{include reference="UpgradeDatabase"/}}
12 12  
13 += Upgrading from the Debian package =
14 +
15 +{{code language="noformat"}}
16 +sudo apt-get update
17 +sudo apt-get upgrade
18 +{{/code}}
19 +
20 +If you want to avoid all the other packages and only update XWiki, try ##sudo apt-get -s upgrade## first to list all packages which can be upgraded, and then upgrade only the package starting with ##xwik-enterprise-##; i.e. ##sudo apt-get upgrade xwiki-enterprise-tomcat8-mysql##.
21 +
22 +However after upgrading you still need to install the new UI; see [[Upgrading wiki documents>>||anchor="HUpgradingwikidocuments"]] below.
23 +
13 13  = Upgrading the webapp =
14 14  
15 15  The general strategy is to [[download the new WAR distribution>>xwiki:Main.Download]] and to replace your current installed WAR with it. However make sure you don't copy on top since this could leave some old files around which would make XWiki fail (like if old JARs are lying around in ##WEB-INF/lib##). In addition you would override some XWiki configuration files located in ##WEB-INF## (##xwiki.properties## and ##xwiki.cfg## to name just two).

Get Connected