Hi,
We have two running environments, development and stage, as we are currently testing out Squidex. We are using Squidex for
- Page Content
- Translations
We would like to ‘migrate’ content from development to staging environment automatically during deployment without any manual intervention. The process should be similar to an incremental data migration in a environment which is already up and running.
I have the following questions in line with migration:
- Schemas can be exported as JSON. Is there a way to programtically create the schema on the staging environment using this JSON?
- How should new content be added to Squidex on Staging environment? Do we have to add content records as an HTTP call? Is there any bulk insert? Translations and page content have a unique key (string)
My understanding is that backups are not suitable for such scenario.