Skip to content

Data migration

Data migration allows exporting and importing selected data from an Ibexa DXP installation.

Exporting data consists in saving selected Repository information in YAML format. Importing reads migration YAML files and creates or modifies Repository content based on them. You can migrate your Repository data, that is content items, as well as content types, languages, Object states, Sections, and so on, between installations.

You can use migrations in projects that require the same data to be present across multiple instances. They can be useful for project templates. Migrations are able to store shared data, so they can be applied for each new project you start, or incrementally upgrade older projects to your new standard, if needed. They are a developer-friendly tool that allows you to share data without writing code.

You can run data migrations either with a command, or with the PHP API.