concourse / concourse-chart

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

Run db migrations in init containers #194

Closed chenbh closed 3 years ago

chenbh commented 3 years ago

We have a concourse migrate command, let's use that so we don't have to constantly fiddle with the initial delay for liveness and health probes.

We already have problems doing rolling deployments when there's db migrations involved, so this wouldn't break anything new.