sverhoeven / docker-cartodb

Dockerized CartoDB
BSD 3-Clause "New" or "Revised" License
148 stars 116 forks source link

Cannot edit ownership of postgres in the cloud #51

Closed rkertesz closed 6 years ago

rkertesz commented 6 years ago

At least this is the case on azure. Apparently we cannot easily edit the ownership of mounted directories, at least when using file share. I posted an issue here and I invite you to have a look. Perhaps you can offer more knowledgeable information to solve the issue... https://stackoverflow.com/questions/51531270/changing-ownership-of-files-on-azure-file-share-mounted-on-aci

rkertesz commented 6 years ago

@sverhoeven I updated the question on S.O. Just an FYI

sverhoeven commented 6 years ago

The permission of the PGDDATA dir is set in the official Postgres Docker image . In https://github.com/sverhoeven/docker-cartodb/blob/master/startup.sh the same can be done.

sverhoeven commented 6 years ago

The permission of the posgresql data dir is not done during container startup. Could you test?