-
Notifications
You must be signed in to change notification settings - Fork 156
Description
Hi everyone,
I need assistance with migrating content from one Contentful space to another, where the content models are the same across all spaces. My scenario is as follows:
I will export content from one space and import it into another space using the Contentful CLI (contentful space export and contentful space import commands).
After migrating the content, I will add new locales in the target space as per the requirements.
en-US will be the common language between the spaces.
The challenge I’m facing is that I need to ensure that when I run the migration script, it migrates only the en-US content each time.
I plan to repeat this migration process every 10 days. Can you guide me on how to write a script for this migration, making sure it only migrates en-US content, and how I can automate this process for recurring migrations?
Any suggestions would be greatly appreciated! Thank you.