perfsonar / perfsonar-testpoint-docker

Apache License 2.0
12 stars 15 forks source link

postgres permission error #18

Open CameronNemo opened 3 years ago

CameronNemo commented 3 years ago

Spun up perfsonar/testpoint image

Cores started spinning, the pscheduler daemons were falling over and being restarted continuously.

Noticed postgresql was not working

Tried to run pg manually using the command in the supervisord configuration

Received a permission error

Checked permissions for /var/lib/pgsql/10/data and parent dirs, noticed /var/lib/pgsql was owned by root/root and had mode 0700

Ran chmod 0755 /var/lib/pgsql

Tried to run pg manually... success!

pscheduler daemons started up cleanly, load reduced