Closed joyartoun closed 8 months ago
Hi, saw another issue which pointed to that the problem is related to the minio not having SSL enabled and indeed that was the issue. Is it possible to configure pgbackrest to run without SSL connection to the s3 instance?
Hi @joyartoun! I don't think it's possible to run pgbackrest without TLS (see here). If you don't mind me asking, what's preventing the minio instance from having TLS enabled?
Since we haven't heard back on this issue for some time, I am closing this issue. If you need further assistance, feel free to re-open this issue or ask a question in our Discord server.
Overview
Hello, I am using the operator on openshift and noticed that when deploying the postgrescluster with pgbackrest with s3 config there are some issues.
Environment
Steps to Reproduce
Apply the CR below in a openshift cluster running version 4.11 and with postgresoperator v 5.3.0 with s3 storage enabled.
Problem occurs when using the following postgresCluster definition:
REPRO
Provide steps to get to the error condition: Apply the CR above in a openshift cluster running version 4.11 and with postgresoperator v 5.3.0 with s3 storage enabled.
EXPECTED
ACTUAL
Logs
In pgdata/pg14/log/ I see the following:
The following is written in the operator log regarding this postgres cluster:
Please advise