Closed batistein closed 3 years ago
creating directory /pgdata/test ... 2021-04-29T11:44:12.065710018+02:00 initdb: error: 2021-04-29T11:44:12.065806519+02:00 could not create directory "/pgdata/test": Permission denied pg_ctl: database system initialization failed
This appears to a configuration error at some level of your stack, likely with your storage or how you are interfacing with your storage. I'm not sure how Hetzner CSI handles provisioning and file ownership. You may need to toggle the DisableFSGroup
setting, or you may need to adjust how you configured the storage configuration that handles provisioning with Hetzner CSI.
Anyway, I don't see anything at this point that indicates a bug with PGO.
Overview
When creating a cluster with pgo cli, the postgres cluster is not created. See logs:
Environment
Please provide the following details:
Steps to Reproduce
New Kubernetes Cluster on Hetzner Cloud, 4x worker with each 4cpus, 8GB RAM Helm Install of Operator newest version 4.6.2, cluster creation via pgo create cluster
EXPECTED
ACTUAL
Logs