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

add_enum_comparison_operators should run before the deploy in prod-test-restore #2152

Open
dleard opened this issue Jan 28, 2023 · 2 comments
Labels

Comments

@dleard
Copy link
Contributor

dleard commented Jan 28, 2023

This function drops and recreates operators to make comparisons between enums and strings. It is run after our restore job, but some migrations may end up relying on the dropped operators. We should run this function independently before the deploy to ensure the operators exist in test before deploying data so we can catch any errors before getting to prod.

@pbastia
Copy link
Contributor

pbastia commented Jan 28, 2023

This is probably true for everything in thedeployProdData() target of the deploy-data.sh

@pbastia pbastia added the Good First Issue Good for newcomers label Jan 28, 2023
@pbastia
Copy link
Contributor

pbastia commented Jan 28, 2023

Can be done with a helm job

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants