From 1717be44d23a33906e5129d5cdaade32a0c4fd28 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 6 Oct 2021 18:05:10 -0600 Subject: [PATCH] Change the service restart to postgresql-14 --- centos/resources/postgresql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/centos/resources/postgresql.sh b/centos/resources/postgresql.sh index e4b56b4..cd26af6 100755 --- a/centos/resources/postgresql.sh +++ b/centos/resources/postgresql.sh @@ -33,7 +33,7 @@ sed -i 's/\(host *all *all *::1\/128 *\)ident/\1md5/' /var/lib/pgsql/14/data #systemd systemctl daemon-reload -systemctl restart postgresql-9.6 +systemctl restart postgresql-14 #move to /tmp to prevent a red herring error when running sudo with psql cwd=$(pwd)