Wiki source code of Upgrade XWiki Installed with Docker
Last modified by Eleni Cojocariu on 2026/06/04 21:04
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.4 | 1 | {{warning}} |
| 2 | WIP | ||
| 3 | {{/warning}} | ||
| 4 | |||
![]() |
1.8 | 5 | To upgrade an existing XWiki instance that was [[installed using Docker>>doc:documentation.xs.admin.installation.methods.install-xwiki-docker.WebHome]]: |
![]() |
1.1 | 6 | |
| 7 | 1. Ensure your data and configurations are preserved:((( | ||
| 8 | * The XWiki data directory is mounted to the host (persistent volume). | ||
![]() |
1.9 | 9 | * Any customized [[configuration files>>documentation.xs.admin.installation.methods.install-xwiki-docker.details-image.configuration-files.WebHome]] are also mapped to the host. |
![]() |
1.1 | 10 | ))) |
| 11 | 1. Stop the currently running XWiki container. The database container should remain running. | ||
| 12 | 1. Review the [[release notes>>ReleaseNotes.WebHome]] for all intermediate versions between your current version and the target version.((( | ||
| 13 | * Pay attention to:((( | ||
| 14 | * Required manual migration steps, | ||
| 15 | * Configuration changes, | ||
| 16 | * Deprecated features. | ||
| 17 | ))) | ||
| 18 | ))) | ||
| 19 | 1. Apply any required changes before proceeding (e.g., update configuration files, if neeeded). | ||
| 20 | 1. Start a new container using the new XWiki version. | ||
| 21 | |||
| 22 | |||
| 23 | |||
| 24 |
