Note: Confluence Databases migration is available as of WikiTraccs v1.37.0
WikiTraccs can migrate Confluence Cloud databases to SharePoint.
Gray Feature
Database migration is a best effort feature. Database values are read from internal Confluence Cloud endpoints that are not documented as supported by Atlassian. A change on Atlassian’s side can break this feature at any time. This is the same caveat that applies to Gray Settings in general.What you get
Each Confluence database becomes its own SharePoint list on the target site. The list columns are generated from the database’s field definitions, so every list matches its database. The migrated database page stays in the page tree and embeds the list via the standard List web part, plus a link to the list.
Permissions are not migrated: the list inherits the permissions of its target site, so configure list access separately. The source page’s view and edit restrictions are only noted in the list description.
How to enable
Check Migrate databases to SharePoint lists in WikiTraccs.GUI: dialog Transformation Settings, tab Migration, group Gray Settings. The feature is off by default.
Note
The feature is being rolled out gradually. In current releases the checkbox can still be locked. In that case you can enable the feature via the configuration file:
"Features": {
"MigrateDatabases": true
}
Requirements
- Confluence Cloud only. Databases are a Confluence Cloud feature.
- Interactive Login is required. Database values are read from internal endpoints that need browser session cookies. API tokens and anonymous access do not work.
Database failures do not fail or stop page migration. A database that cannot be migrated keeps a note on its migrated page, and details are written to the migration log.