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 18f9dac commit a284db6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions storage/build_tools/rhel/liman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ else
echo "Installing liman."
fi

/usr/pgsql-15/bin/postgresql-15-setup initdb
systemctl enable postgresql-15
sed -i '1s/^/host all all 127.0.0.1\/32 md5\n/' /var/lib/pgsql/15/data/pg_hba.conf
systemctl start postgresql-15
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 enable crond
systemctl start crond
Expand Down

0 comments on commit a284db6

Please sign in to comment.