Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ef95b3

Browse files
onprem-update-1.4 seedJobs note (#585)
* fix typo (#571)* note for onprem-1.4 upgrade
1 parenta6237ac commit7ef95b3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎_docs/administration/codefresh-on-prem-upgrade.md‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,12 @@ From version **1.4.0 and higher**, we have deprecated support for the `Codefresh
471471

472472
> If you run [**external** Postgresql service]({{site.baseurl}}/docs/administration/codefresh-on-prem/#configuring-an-external-postgres-database) (i.e. `postgresql.enabled=false` is specified in `config.yaml`), you can skip the following instruction.
473473

474+
> **Important!** Run the upgrade with `global.seedJobs=true` flag:
475+
```yaml
476+
global:
477+
seedJobs: true
478+
```
479+
474480
##### Manual backup and restore
475481

476482
**Before the upgrade:**
@@ -514,7 +520,7 @@ kubectl port-forward --namespace codefresh svc/cf-postgresql 5432:5432
514520
Restore the contents of the backup into the new release using the *pg_restore* tool. If this tool is not available on your system, mount the directory containing the backup files as a volume in Bitnami's PostgreSQL Docker container and use the *pg_restore* client tool in the container image to import the backup into the new cluster, as shown below:
515521
```shell
516522
cd psqlbackup
517-
docker run --rm --name postgresql-backup -e PGPASSWORD=$PGPASSWORD -v $(pwd):/app --net="host" bitnami/postgresql:13 pg_restore --Fc --create --dbname postgres -h host.docker.internal -p 5432 /app/audit.dump
523+
docker run --rm --name postgresql-backup -e PGPASSWORD=$PGPASSWORD -v $(pwd):/app --net="host" bitnami/postgresql:13 pg_restore -Fc --create --dbname postgres -h host.docker.internal -p 5432 /app/audit.dump
518524
```
519525

520526
##### Backup and restore via Helm hooks
@@ -547,6 +553,12 @@ From version **1.4.0 and higher**, we have deprecated support for the `Codefresh
547553

548554
> If you run [**external** MongoDB service]({{site.baseurl}}/docs/administration/codefresh-on-prem/#configuring-an-external-mongodb) (i.e. `mongo.enabled=false` is specified in `config.yaml`), you can skip the following instruction.
549555

556+
> **Important!** Run the upgrade with `global.seedJobs=true` flag:
557+
```yaml
558+
global:
559+
seedJobs: true
560+
```
561+
550562
##### Manual backup and restore
551563

552564
**Before the upgrade:**

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp