Skip to content

WIP: Process $DB_INITIALIZE and $DB_MIGRATE variables

Thong Kuah requested to merge initialize-migration into master

Pre-requisite

What does this MR do ?

if $DB_INITIALIZE is present, deploy an initial release where only $DB_INITIALIZE is run in a special job (and deployments are not rendered/loaded). This is then followed by second release with deployments as usual.

if $DB_MIGRATE, set this value which will trigger a pre-upgrade helm hook.

Related issue

https://gitlab.com/gitlab-org/gitlab-ce/issues/48004

Edited by Thong Kuah

Merge request reports