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

Commitbda5d45

Browse files
committed
Update codefresh-on-prem-upgrade.md
1 parent520aec4 commitbda5d45

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,18 +482,19 @@ global:
482482

483483
#### Manual backup and restore
484484

485+
485486
**Before the upgrade:**
486487

487-
1.Obtain the PostgresSQL administrator password:
488+
1.Obtain the PostgresSQL administrator password:
488489
```shell
489490
NAMESPACE=codefresh
490491
export PGPASSWORD=$(kubectl get secret --namespace $NAMESPACE cf-postgresql -o jsonpath="{.data.postgres-password}" | base64 --decode)
491492
```
492-
1.Forward the PostgreSQL service port and place the process in the background:
493+
1.Forward the PostgreSQL service port and place the process in the background:
493494
```shell
494495
kubectl port-forward --namespace $NAMESPACE svc/cf-postgresql 5432:5432 &
495496
```
496-
1.Create a directory for the backup files and make it the current working directory:
497+
1.Create a directory for the backup files and make it the current working directory:
497498
```shell
498499
mkdir psqlbackup
499500
chmod o+w psqlbackup

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp