Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Update admin-guide.md - minor fix in bootstrapFromBackup guide #640

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/timescaledb-single/docs/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ kubectl create secret generic pgbackrest-bootstrap --from-literal=PGBACKREST_REP
2. Create a new deployment using the backup of the former deployment
```console
helm upgrade --install test01 --namespace testing ./charts/timescaledb-single \
--set bootstrapFromBackup=true \
--set bootstrapFromBackup.enabled=true \
--set bootstrapFromBackup.repo1-path=/testing/test01
```

Expand Down
Loading