Skip to content

Commit

Permalink
DLPX-86539 CIS: postgres user account settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dbshah12 committed Oct 3, 2024
1 parent 9e78010 commit 4304761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ configure)
--shell /bin/bash --ingroup postgres \
--gecos "PostgreSQL administrator" --uid 65437 \
--disabled-password postgres
chmod 0750 /var/lib/postgresql
elif [[ $(id -u postgres) -ne 65437 ]]; then
echo "ERROR: postgres id $(id -u postgres) != 65437" >&2
exit 1
Expand Down

0 comments on commit 4304761

Please sign in to comment.