Install and Configure a Relational Database
Last modified by Eleni Cojocariu on 2026/05/20 16:51
Steps
To install and configure a relational database, follow this general strategy:
- Install a supported relational database management system.
- Create a XWiki database.
- Create a user with all privileges on that database.
- Copy your JDBC driver for your database into the XWiki web application's WEB-INF/lib directory directory.
- Configure XWiki to use the created database. This involves modifying the WEB-INF/hibernate.cfg.xml file as is described in the documentation for each database.
- Start XWiki. It will automatically create the various tables it needs when it executes on the first run.
- Add the missing indexes manually.
You can follow the database-specific documentation for:
More
To find more about the current topic, you can search or use the table below and filter the columns to narrow your choices.