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
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,6 +473,13 @@ 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:
477
+
478
+
```yaml
479
+
global:
480
+
seedJobs: true
481
+
```
482
+
476
483
#### Manual backup and restore
477
484
478
485
**Before the upgrade:**
@@ -560,9 +567,16 @@ For more information, see [bitnami/mongodb](https://github.com/bitnami/charts/tr
560
567
561
568
> 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.
562
569
570
+
> **Important!** Run the upgrade with `global.seedJobs=true` flag: