Wiki source code of Upgrading from the Debian package
Version 1.1 by Vincent Massol on 2024/04/02
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | * ((( | ||
2 | Update packages index: | ||
3 | |||
4 | {{code language="bash"}} | ||
5 | sudo apt-get update | ||
6 | {{/code}} | ||
7 | ))) | ||
8 | |||
9 | * ((( | ||
10 | Package upgrade: | ||
11 | |||
12 | {{code language="bash"}} | ||
13 | sudo apt-get upgrade | ||
14 | {{/code}} | ||
15 | |||
16 | This will upgrade all packages, not just XWiki. If you want to avoid all the other packages and only update XWiki, you can use {{code}}sudo apt-get install xwiki-tomcat8-mysql{{/code}} (change xwiki-tomcat8-mysql for the top level package you installed if you installed something else). | ||
17 | |||
18 | {{warning}} | ||
19 | When upgrading from pre 9.5 version {{code}}apt-get upgrade{{/code}} won't find anything because the package name changed ([[XWiki Enterprise does not exist anymore>>xwiki:Blog.XWiki Enterprise is dead, long live XWiki!]]). | ||
20 | |||
21 | All you have to do in this case is install the ##xwiki-tomcat*## package corresponding to the top level ##xwiki-enterprise-tomcat*## one you installed previously. For example if you had ##xwiki-enterprise-tomcat8-mysql## 9.4 you should do {{code}}sudo apt-get install xwiki-tomcat8-mysql{{/code}}. | ||
22 | {{/warning}} | ||
23 | ))) | ||
24 | |||
25 | * ((( | ||
26 | Pages upgrade: | ||
27 | |||
28 | However after upgrading you still need to install the new UI; see next step [[Upgrading the flavor>>.||anchor="HPart2Upgradingtheflavor"]] below. | ||
29 | ))) |