Wiki source code of Database Upgrade

Last modified by Vincent Massol on 2026/03/02 13:55

Show last authors
1 Ensure the ##xwiki.cfg## file is configured correctly to allow the system to automatically upgrade the database schema. More specifically, find the section {{code language="none"}}# Data migrations and schema updates{{/code}}, and verify the following migration setting is enabled (uncommented):
2
3 (((
4 {{code language="none"}}
5 xwiki.store.migration=1
6 {{/code}}
7 )))

Get Connected