Automate content migrations with CLI
When switching an existing CMS for another, moving content from the old to a new CMS is a step that happens almost every time. But what does the migration process look like?This course will guide you through our sample boilerplate migration scripts that you can use to create migration scripts suitable for your organization.
Create migration scripts with data-ops
Preview
6 minutes
Changing your content model often means updating existing content to match the new structure. Migration scripts
help you automate content changes across your project so you can update items in bulk without manually changing them through the Management API. This lesson walks you through creating migration scripts with data-ops.
Safe content migrations in production
Preview
6 minutes
A migration script does nothing until you run it, and once you do, it changes content immediately, and the only way to undo it is the rollback function you wrote. This lesson walks you through running your scripts safely, starting with a non-production environment, validating them against a fresh copy of production, and finally running them in production.