Change the service restart to postgresql-14

This commit is contained in:
FusionPBX 2021-10-06 18:05:10 -06:00 committed by GitHub
parent 2fff460632
commit 1717be44d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)