Skip to content

Commit 43af00c

Browse files
larsksandrewlecuyer
authored andcommitted
Correct docs on s3-uri-style configuration option
The documentation incorrectly states that the `<repo>-s3-uri-style` option could be placed in `spec.backups.pgbackrest`, but in fact it must be placed in `spec.backups.pgbackrest.global`. This commit modifies the example to show the correct configuration.
1 parent 788a34e commit 43af00c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/tutorial/backups.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ If you are using MinIO, you may need to set the URI style to use `path` mode. Yo
126126
spec:
127127
backups:
128128
pgbackrest:
129-
repo1-s3-uri-style: path
129+
global:
130+
repo1-s3-uri-style: path
130131
```
131132
132133
When your configuration is saved, you can deploy your cluster:

0 commit comments

Comments
 (0)