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
This is a request to add a deleteExistingEntries (boolean) option to the deleteContentType method. This option should default to false to prevent accidental content deletion.
Currently, if the deleteContentType method is executed on an environment and an entry is present, an error will be thrown and the migration will fail. Because we're using multiple Contentful environments and have automated migration scripting as part of our CI/CD workflows, this scenario will cause an entire deployment to fail, and can only be resolved by manually visiting all environments and deleting all entries before the CI/CD process has run.
The text was updated successfully, but these errors were encountered:
This ticket has been closed due to inactivity. If you still need help resolving your issue, please reach out through our community Slack, or contact Contentful support directly.
This is a request to add a
deleteExistingEntries
(boolean) option to thedeleteContentType
method. This option should default tofalse
to prevent accidental content deletion.Currently, if the
deleteContentType
method is executed on an environment and an entry is present, an error will be thrown and the migration will fail. Because we're using multiple Contentful environments and have automated migration scripting as part of our CI/CD workflows, this scenario will cause an entire deployment to fail, and can only be resolved by manually visiting all environments and deleting all entries before the CI/CD process has run.The text was updated successfully, but these errors were encountered: