Skip to content

Commit 7f11c87

Browse files
committed
docs(upgrading-workflow): copy DB creds into new chart
If this step is missed during upgrade, the controller and database won't be able to communicate.
1 parent 48c5ea8 commit 7f11c87

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/managing-workflow/upgrading-workflow.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ To upgrade to a newer version of Workflow, run the following:
44

55
```
66
$ helmc uninstall workflow-beta3 -n deis
7-
$ helmc update
87
$ helmc fetch deis/workflow-beta4
98
$ helmc generate -x manifests workflow-beta4
9+
$ cp `helmc home`/workspace/charts/workflow-beta3/manifests/deis-database-secret-creds.yaml \
10+
`helmc home`/workspace/charts/workflow-beta4/manifests/
1011
$ helmc install workflow-beta4
1112
```
1213

14+
Make sure to copy the existing `deis-database-secret-creds.yaml` manifest into the new chart
15+
location *after* `helmc generate` to keep database credentials intact.
16+
1317
## Off-Cluster Storage Required
1418

1519
A Workflow upgrade requires using off-cluster object storage, since the default

0 commit comments

Comments
 (0)