gitlab-org--gitlab-foss/changelogs/unreleased/48004-db-initialize-migrate.yml
Thong Kuah 0cb0f3c125 Process $DB_INITIALIZE and $DB_MIGRATE variables
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.
2018-09-27 21:47:29 +12:00

5 lines
108 B
YAML

---
title: Support db migration and initialization for Auto DevOps
merge_request: 21955
author:
type: added