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 a S3 bucket name to be edited after cluster creation
This allows for the name of a S3 bucket to be edited after a cluster is created, i.e. through the custom resource. Should this action be taken, the following occurs: - The pgBackRest report Pod is redeployed - The PostgreSQL cluster is redeployed using a rolling update - Once the above two actions complete, a new stanza is created and an initial backup in that stanza is created. A create stanza must be attempted as the new bucket may be entirely empty. Issue: [ch11061]
Copy file name to clipboardExpand all lines: docs/content/custom-resources/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -726,7 +726,7 @@ make changes, as described below.
726
726
| backrestLimits |`create`, `update`| Specify the container resource limits that the pgBackRest repository should use. Follows the [Kubernetes definitions of resource limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container). |
727
727
| backrestRepoPath |`create`| Optional reference to the location of the pgBackRest repository. |
728
728
| BackrestResources |`create`, `update`| Specify the container resource requests that the pgBackRest repository should use. Follows the [Kubernetes definitions of resource requests](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#resource-requests-and-limits-of-pod-and-container). |
729
-
| backrestS3Bucket |`create`| An optional parameter that specifies a S3 bucket that pgBackRest should use. |
729
+
| backrestS3Bucket |`create`, `update`| An optional parameter that specifies a S3 bucket that pgBackRest should use. If the name is updated, the Postgres Operator will create a new stanza and take an initial backup in the new bucket. |
730
730
| backrestS3Endpoint |`create`| An optional parameter that specifies the S3 endpoint pgBackRest should use. |
731
731
| backrestS3Region |`create`| An optional parameter that specifies a cloud region that pgBackRest should use. |
732
732
| backrestS3URIStyle |`create`| An optional parameter that specifies if pgBackRest should use the `path` or `host` S3 URI style. |
0 commit comments