Переглянути джерело

Use the operating system package for PostgreSQL

This should around the problem with compiling mod_pgsql with PostgreSQL 14
FusionPBX 4 роки тому
батько
коміт
2deae6ec45
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      ubuntu/resources/config.sh

+ 1 - 1
ubuntu/resources/config.sh

@@ -14,7 +14,7 @@ switch_tls=true                 # true or false
 
 
 # Database Settings
 # Database Settings
 database_password=random        # random or a custom value (safe characters A-Z, a-z, 0-9)
 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_version=13             # requires repo official
 database_host=127.0.0.1         # hostname or IP address
 database_host=127.0.0.1         # hostname or IP address
 database_port=5432              # port number
 database_port=5432              # port number