Skip to content

Commit 05b45d0

Browse files
authored
Clarification on the delete cluster tutorial
This fixes a thinko on the description of how to keep the data directory during a "delete cluster" operation.
1 parent 9411015 commit 05b45d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/delete-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This keeps the pgBackRest PVC which follows the pattern `<clusterName>-hippo-pgb
3030

3131
## Keep the PostgreSQL Data Directory
3232

33-
You may also want to delete your PostgreSQL cluster data directory, which is the core of your database, but remove any actively running Pods. This can be accomplished with the `--keep-data` flag. For example, to keep the data directory of the `hippo` cluster:
33+
You may also want to keep your PostgreSQL cluster data directory, which is the core of your database, but remove any actively running Pods. This can be accomplished with the `--keep-data` flag. For example, to keep the data directory of the `hippo` cluster:
3434

3535
```
3636
pgo delete cluster hippo --keep-data

0 commit comments

Comments
 (0)