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

DM-48413: Apply Times Square DB migration #4083

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

jonathansick
Copy link
Member

This migration, part of the Times Square 0.15.0 release replaces constrainted legnth VARCHAR columns with TEXT columns where possible. It's also an opportunity to test Times Square schema migrations before going to production.

See Times Square PR: lsst-sqre/times-square#89

This enables the update schema job on idfdev for Times Square.

See Times Square PR: lsst-sqre/times-square#89
This is to make the schema update job more consistent with the other
resources in the times-square chart. This was changed for debugging, but
may not be of material difference after all.
This was part of the Gafaelfawr implementation of the schema-update job,
but in the port to times square I missed the additional
schemaUpdateTagSuffix variable. By using an alpine-based image the
container gets a /bin/sh shell and therefore can run with the while loop
lifecycle logic.

This resolves a unable to start container process: exec: "/bin/sh": stat
/bin/sh: no such file or directory: unknown error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant