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

Commita0187b2

Browse files
authored
Update codefresh-on-prem-upgrade.md
Revert mongodb service name for restore
1 parentabe0263 commita0187b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ Forward the MongoDB service port for the new stateful set and place the process
588588

589589
(**Note!** Default service address was changed)
590590
```shell
591-
kubectl port-forward --namespace $NAMESPACE svc/mongodb 27017:27017 &
591+
kubectl port-forward --namespace $NAMESPACE svc/cf-mongodb 27017:27017 &
592592
```
593593

594594
Restore the contents of the backup into the new release using the *mongorestore* tool. If this tool is not available on your system, mount the directory containing the backup files as a volume in Bitnami's MongoDB Docker container and use the *mongorestore* client tool in the container image to import the backup into the new cluster, as shown below:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp