You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new PostgreSQL unit to an existing cluster using Juju:
juju add-unit postgresql
Expected Behavior
The PostgreSQL processes on the new unit should start and run successfully.
Actual Behavior
Instead, the PostgreSQL processes fail to start. Checking the syslog reveals that the folder /var/snap/charmed-postgresql/common/var/lib/postgresql has invalid permissions.
Manually changing the permissions of the folder to 750 and then running:
snap start postgresql
resolves the issue.
Environment Details
PostgreSQL: 14.11 (rev 384)
OS: Ubuntu 22.04.5 LTS
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Behavior
The PostgreSQL processes on the new unit should start and run successfully.
Actual Behavior
Instead, the PostgreSQL processes fail to start. Checking the syslog reveals that the folder
/var/snap/charmed-postgresql/common/var/lib/postgresql
has invalid permissions.Manually changing the permissions of the folder to
750
and then running:resolves the issue.
Environment Details
The text was updated successfully, but these errors were encountered: