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
This is my current values.yaml for now, and it causing errors like:
init DB, DB version:15
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
initdb: error: could not create directory "/var/lib/postgresql/data/pgdata": Permission denied
The database cluster will be initialized with this locale configuration:
provider: libc
LC_COLLATE: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
LC_MESSAGES: C
LC_MONETARY: C
LC_NUMERIC: C
LC_TIME: C
The default text search configuration will be set to "english".
persistence:
enabled: true
persistentVolumeClaim:
database:
size: 100Mi
redis:
size: 100Mi
trivy:
size: 100Mi
This is my current values.yaml for now, and it causing errors like:
init DB, DB version:15
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
initdb: error: could not create directory "/var/lib/postgresql/data/pgdata": Permission denied
The database cluster will be initialized with this locale configuration:
provider: libc
LC_COLLATE: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
LC_MESSAGES: C
LC_MONETARY: C
LC_NUMERIC: C
LC_TIME: C
The default text search configuration will be set to "english".
Data page checksums are disabled.
creating directory /var/lib/postgresql/data/pgdata/pg15
I don't know what's wrong here, but I'm trying to update the StatefulSet with an init container to change the ownership of the path folder.
The text was updated successfully, but these errors were encountered: