File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
hugo/content/getting-started Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -309,8 +309,10 @@ pgo create cluster restored --custom-config=backrest-restore-withbr-to-restored
309309....
310310
311311The 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
You can’t perform that action at this time.
0 commit comments