Update postgresql.sh

This commit is contained in:
FusionPBX 2019-06-03 07:21:17 -06:00 committed by GitHub
parent b7e283f87b
commit 83c882f77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ if [ ."$database_repo" = ."2ndquadrant" ]; then
apt-get install -y sudo postgresql-bdr-9.4 postgresql-bdr-9.4-bdr-plugin postgresql-bdr-contrib-9.4
fi
#add additional dependencies
apt install -y libpq-dev
#systemd
systemctl daemon-reload
systemctl restart postgresql