We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e78010 commit 15928d6Copy full SHA for 15928d6
debian/postinst
@@ -75,6 +75,7 @@ configure)
75
--shell /bin/bash --ingroup postgres \
76
--gecos "PostgreSQL administrator" --uid 65437 \
77
--disabled-password postgres
78
+ chmod 0750 /var/lib/postgresql
79
elif [[ $(id -u postgres) -ne 65437 ]]; then
80
echo "ERROR: postgres id $(id -u postgres) != 65437" >&2
81
exit 1
0 commit comments