فهرست منبع

Change the service restart to postgresql-14

FusionPBX 3 سال پیش
والد
کامیت
1717be44d2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      centos/resources/postgresql.sh

+ 1 - 1
centos/resources/postgresql.sh

@@ -33,7 +33,7 @@ sed -i 's/\(host  *all  *all  *::1\/128  *\)ident/\1md5/' /var/lib/pgsql/14/data
 
 
 #systemd
 #systemd
 systemctl daemon-reload
 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
 #move to /tmp to prevent a red herring error when running sudo with psql
 cwd=$(pwd)
 cwd=$(pwd)