forked from norman/fusionpbx-install.sh-github-mirror
Install PostgreSQL 13 as 14 causes a compile issue with mod_pgsql currently.
This commit is contained in:
@@ -15,7 +15,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=official # PostgreSQL official, system, 2ndquadrant
|
||||||
database_version=latest # 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
|
||||||
database_backup=false # true or false
|
database_backup=false # true or false
|
||||||
|
|||||||
Reference in New Issue
Block a user