From 2deae6ec45552a6666c81ef777088a9d6f289644 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 8 Oct 2021 09:04:54 -0600 Subject: [PATCH] Use the operating system package for PostgreSQL This should around the problem with compiling mod_pgsql with PostgreSQL 14 --- ubuntu/resources/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/config.sh b/ubuntu/resources/config.sh index 2633fe8..11262bf 100755 --- a/ubuntu/resources/config.sh +++ b/ubuntu/resources/config.sh @@ -14,7 +14,7 @@ switch_tls=true # true or false # Database Settings database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9) -database_repo=official # PostgreSQL official, system, 2ndquadrant +database_repo=system # PostgreSQL official, system, 2ndquadrant database_version=13 # requires repo official database_host=127.0.0.1 # hostname or IP address database_port=5432 # port number