forked from norman/fusionpbx-install.sh-github-mirror
Set the version of PostgreSQL to 18
This commit is contained in:
2
debian/resources/config.sh
vendored
2
debian/resources/config.sh
vendored
@@ -21,7 +21,7 @@ database_name=fusionpbx # Database name (safe characters A-Z
|
||||
database_username=fusionpbx # Database username (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
|
||||
database_version=17 # requires repo official
|
||||
database_version=18 # requires repo official
|
||||
database_host=127.0.0.1 # hostname or IP address
|
||||
database_port=5432 # port number
|
||||
database_backup=false # true or false
|
||||
|
||||
Reference in New Issue
Block a user