Skip to content

Commit 877fb99

Browse files
cdaveawsJeff McCormick
authored andcommitted
documentation typo (CrunchyData#836)
1 parent 027d25d commit 877fb99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hugo/content/operatorcli/pgo-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To see the Operator server configuration, enter:
222222

223223
To see what namespaces exist and if you have access to them, enter:
224224

225-
pgo show namespaces -n pgouser1
225+
pgo show namespace -n pgouser1
226226

227227
#### Perform a pgdump backup
228228

@@ -284,7 +284,7 @@ When performing the restore, both the backup path and backup PVC can be omitted,
284284
Once the pgbasebackup restore is complete, a new PVC will be available with a randomly generated ID that contains the restored database, e.g. PVC **mycluster-ieqe** in the output below:
285285

286286
```
287-
$ pgo show pvc all
287+
$ pgo show pvc --all
288288
All Operator Labeled PVCs
289289
mycluster
290290
mycluster-backup

0 commit comments

Comments
 (0)