add workflow for centos 8

This commit is contained in:
Sarah Hoffmann
2021-08-22 18:42:20 +02:00
parent 6ebbbfee61
commit 4e77969545
4 changed files with 155 additions and 36 deletions

View File

@@ -75,9 +75,9 @@ fi #DOCS:
# Restart the postgresql service after updating this config file.
if [ "x$NOSYSTEMD" == "xyes" ]; then #DOCS:
sudo pg_ctlcluster 12 main start
sudo pg_ctlcluster 12 main start #DOCS:
else #DOCS:
sudo systemctl restart postgresql #DOCS:
sudo systemctl restart postgresql
fi #DOCS:
#
# Finally, we need to add two postgres users: one for the user that does