What type of hardware are you using: Raspberry Pi 3, 4+
What YunoHost version are you running: 11.3.0.2
How are you able to access your server: The webadmin
SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: no
Describe your issue
Postgresql’s permissions seem to have changed. I have no idea why. It seems like it may happen when I shutdown / restart the server through the yunohost webadmin? This is the second time that this has happened. It could also have something to do with me backing up funkwhale? Those are the only notable actions since the last restart. ls -ld /var/lib/postgresql/13/main
resulted in drwxrwx---+ 19 postgres postgres 4096 Nov 7 15:25 /var/lib/postgresql/13/main
. sudo chmod 700 /var/lib/postgresql/13/main
has resolved this issue temporarily each time. Any possible solutions? Does this have to do with ACLs?