Skip to content

Commit

Permalink
fix: RHEL PostgreSQL configuration issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukaneren authored Apr 29, 2024
1 parent 5ec8752 commit d3ce924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/build_tools/rhel/liman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ fi

postgresql-setup --initdb
systemctl enable postgresql.service
systemctl start postgresql.service

sed -i '1s/^/host all all 127.0.0.1\/32 md5\n/' /var/lib/pgsql/data/pg_hba.conf
systemctl start postgresql.service

systemctl enable crond
systemctl start crond
Expand Down

0 comments on commit d3ce924

Please sign in to comment.