Wiki source code of XWiki Enterprise Manager Migration
Last modified by Thomas Mortagne on 2012/11/29 15:50
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
10.3 | 1 | = Main wiki = |
![]() |
1.1 | 2 | |
![]() |
10.1 | 3 | For the main wiki it's basically the same thing than [[migrate XWiki Enterprise>>platform:AdminGuide.Installation#HUpgradinganXWikiInstallation]] but with XWiki Enterprise Manager war and xar instead of XWiki Enterprise ones. |
4 | |||
![]() |
11.1 | 5 | {{warning}} |
6 | Make sure you have ##xwiki.store.migration.databases## property in ##xwiki.cfg## properly configured for your installation. | ||
![]() |
10.1 | 7 | * to upgrade all wikis database set ##xwiki.store.migration.databases=all## |
![]() |
11.1 | 8 | * to upgrade just some wikis databases set ##xwiki.store.migration.databases=xwiki,wiki1,wiki2## |
9 | {{/warning}} | ||
![]() |
10.1 | 10 | |
![]() |
11.1 | 11 | == Upgrading wiki documents == |
12 | |||
13 | As importing the [[XAR file for upgrading a XWiki Enterprise instance>>platform:AdminGuide.Upgrade]] you also have to take great care of one additional file if you want to do that for the XWiki Enterprise Manager: | ||
14 | |||
15 | * XWiki.XWikiServerXwiki | ||
16 | |||
17 | If you careless select this file for the import, your Wiki could not be accessible from outside your network anymore. | ||
18 | |||
![]() |
10.3 | 19 | = Sub wikis = |
![]() |
10.1 | 20 | |
![]() |
7.1 | 21 | For subwikis it depends on what are theses subwikis. If its XWiki enterprise wikis then upgrade the wiki pages as you would do for any other XWiki Enterprise wiki. |
![]() |
12.1 | 22 | |
![]() |
12.3 | 23 | Each subwiki could be upgraded as following: use Extension Manager to install XAR extensions you need. To do that use advanced search and look for //org.xwiki.enterprise:xwiki-enterprise-ui// with <required version> (if you need XE User interface) . While installation, you will get exactly the same UI as you got in the Distibution Wizard for the main wiki with conflict resolution. |
![]() |
13.1 | 24 | |
![]() |
12.1 | 25 | If there is way too much to imagine doing it one by one it will start to be a bit more tricky and will imply some scripting since there is required backend to automate all this but not much UI yet. |
![]() |
13.1 | 26 | |
27 | While the next upgrade, the Distribution Wizard will list you the outdated extensions from all wikis in a second step and you will be able to upgrade them from there like for the main wiki in the first step. |