Upgrade XWiki Installed with Docker
Last modified by Eleni Cojocariu on 2026/06/04 21:04
Steps
To upgrade an existing XWiki instance that was installed using Docker:
- Ensure your data and configurations are preserved:
- The XWiki data directory is mounted to the host (persistent volume).
- Any customized configuration files are also mapped to the host.
- Stop the currently running XWiki container. The database container should remain running.
- Review the release notes for all intermediate versions between your current version and the target version.
- Pay attention to:
- Required manual migration steps,
- Configuration changes,
- Deprecated features.
- Pay attention to:
- Apply any required changes before proceeding (e.g., update configuration files, if neeeded).
- Start a new container using the new XWiki version.