Open mug3n451 opened 1 year ago
To disable the archive mode, you have provide empty value in postgresql-operator-default-configuration.yaml file. https://github.com/zalando/postgres-operator/blob/master/manifests/postgresql-operator-default-configuration.yaml#L154
is it the same if i set that value in the operator's values.yaml? Or i must use the postgresql-operator-default-configuration.yaml? thanks
Not sure, about operator's values.yaml but it will definitely work when you hv empty value in postgresql-operator-default-configuration.yaml.
From the doc Or you want to disable WAL archiving for a certain cluster by setting WAL_S3_BUCKET, WAL_GS_BUCKET or AZURE_STORAGE_ACCOUNT to an empty string.
My postgresql-cluster manifest:
I expect that WAL archive is disabled but it works and creates files in the local data filesystem under pg_wal directory.