You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: