You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for Operator generation of deafult pgBackRest configuration
The "pgo-backrest-repo-config" consists of several default
files that can be generated when the Operator is initially loaded
(and reconciled on initialization as well). This removes additional
manual steps required when deploying the Operator through methods
such as OLM, making it easier to get started.
Configure pgBackRest for your environment. If you do not plan to use AWS S3 to store backups, you can omit
62
-
the `aws-s3` keys below.
61
+
If you plan to use AWS S3 to store backups, you can configure your environment to automatically provide your AWS S3 credentials to all newly created PostgreSQL clusters:
Configure pgBackRest for your environment. If you do not plan to use AWS S3 to store backups, you can omit
55
-
the `aws-s3` keys below.
54
+
If you plan to use AWS S3 to store backups, you can configure your environment to automatically provide your AWS S3 credentials to all newly created PostgreSQL clusters:
0 commit comments