perfsonar/perfsonar-testpoint-docker

postgres permission error

CameronNemo opened this issue · 0 comments

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