concourse / concourse-chart

Helm chart to install Concourse
Apache License 2.0
145 stars 177 forks source link

Run db migrations in init container #195

Closed taylorsilva closed 3 years ago

taylorsilva commented 3 years ago

implements https://github.com/concourse/concourse-chart/issues/194

BLOCKED: we learned the concourse migrate does not automatically migrate to the latest db version. You actually need to pass in one of the following flags:

--current-db-version
--supported-db-version
--migrate-db-to-version

We would need to script the migration process now in order to use this command. We're thinking of PR'ing a change concourse/concourse to make the migrate command migrate to the latest version by default or add a flag that will do that for us.

This PR should go into dev branch if we don't do the scripting option.

taylorsilva commented 3 years ago

Unblocking us with https://github.com/concourse/concourse/pull/6426