Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow deployments when there is a data migration in the changes to deploy #89

Open
danidoni opened this issue Oct 26, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@danidoni
Copy link
Contributor

danidoni commented Oct 26, 2023

We sometimes want to run data migrations outside of the deployment process, otherwise the deployment could take too long unnecessarily.

Right now, the deployment will halt if there are data migrations in the changes to be deployed, so we cannot deploy using the deploy_without_migrations playbook.

We should only prevent deployments only when there is a schema migration between the changes to deploy, but allow deployments when there is a data migration in there.

@danidoni danidoni added the enhancement New feature or request label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant