Skip to content

Commit 49a4d2d

Browse files
jkatzJonathan S. Katz
authored andcommitted
Provide additional context around pgBackRest Secret
To provide more transparency around the configuration files that are loaded into the pgBackRest secret, this includes a note to explain the context of the config and sshd_config files. Issue: #1741
1 parent b1b52b8 commit 49a4d2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/custom-resources/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,12 @@ export pgbackrest_public_key="${public_key_temp//[$'\n']}" pgbackrest_private_ke
260260

261261
# create the backrest-repo-config example file and substitute in the newly
262262
# created keys
263+
#
264+
# (Note: that the "config" / "sshd_config" entries contain configuration to
265+
# ensure that PostgreSQL instances are able to communicate with the pgBackRest
266+
# repository, which houses backups and archives, and vice versa. Most of the
267+
# settings follow the sshd defaults, with a few overrides. Edit at your own
268+
# discretion.)
263269
cat <<-EOF > "${pgo_cluster_name}-backrest-repo-config.yaml"
264270
apiVersion: v1
265271
kind: Secret

0 commit comments

Comments
 (0)