Skip to content

Commit 06ebff2

Browse files
authored
update the documentation for pgBackrest
Updated the documentation for pgBackrest to add information that a pvc with RWO access will not let the user successfully do a back and restore https://github.com/CrunchyData/postgres-operator-test/issues/72
1 parent a72c562 commit 06ebff2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hugo/content/getting-started/_index.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,10 @@ pgo create cluster restored --custom-config=backrest-restore-withbr-to-restored
309309
....
310310

311311
The pgBackRest backrestrepo PVCs are created using the pgo.yaml `BackupStorage` setting.
312-
Typically, this will be a RWX file system which will allow you to restore from this PVC
313-
without having to shutdown the currently attached PostgreSQL cluster.
312+
Typically, this will be a RWX file system but if the file system is RWO the PVCs will be
313+
created without having write access and a backup and restore will fail. The RWX file
314+
system setup will allow you to restore from this PVC without having to shutdown the currently
315+
attached PostgreSQL cluster.
314316

315317
=== Delete Cluster
316318

0 commit comments

Comments
 (0)