-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Not sure if this repo is the correct spot for this issue, but we are getting this error when starting postgres with the latest image:
$ docker run -e POSTGRES_PASSWORD=password --rm -it ghcr.io/cloudnative-pg/postgresql:15.13
chmod: changing permissions of '/var/lib/postgresql/data': Operation not permitted
chmod: changing permissions of '/var/run/postgresql': Operation not permitted
The files belonging to this database system will be owned by user "postgres".
This user must also own the server process.
The database cluster will be initialized with locale "en_US.utf8".
The default database encoding has accordingly been set to "UTF8".
The default text search configuration will be set to "english".
Data page checksums are disabled.
fixing permissions on existing directory /var/lib/postgresql/data ... initdb: error: could not change permissions of directory "/var/lib/postgresql/data": Operation not permitted
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working