You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/installation/codefresh-on-prem-upgrade.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,12 @@ For more information, see [bitnami/postgresql](https://github.com/bitnami/charts
473
473
474
474
> If in `config.yaml`, `postgresql.enabled=false` indicating that you are running and [**external** Postgresql service]({{site.baseurl}}/docs/installation/codefresh-on-prem/#configuring-an-external-postgres-database), you can ignore the configuration instructions.
475
475
476
+
> **Important!** Run the upgrade with `global.seedJobs=true` flag:
476
477
478
+
```yaml
479
+
global:
480
+
seedJobs: true
481
+
```
477
482
478
483
#### Manual backup and restore
479
484
@@ -563,7 +568,12 @@ For more information, see [bitnami/mongodb](https://github.com/bitnami/charts/tr
563
568
564
569
> If in `config.yaml`, `mongo.enabled=false`, indicating that you are running an [**external** MongoDB service]({{site.baseurl}}/docs/installation/codefresh-on-prem/#configuring-an-external-mongodb), you can ignore the configuration updates.
565
570
571
+
> **Important!** Run the upgrade with `global.seedJobs=true` flag: