Use PostgreSQL 16 by default

This commit is contained in:
FusionPBX 2023-09-21 14:58:47 -06:00 committed by GitHub
parent ef5170b557
commit 49e2fb434d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ sofia_version=1.13.16 # release-version for sofia-sip to
database_name=fusionpbx # Database name (safe characters A-Z, a-z, 0-9)
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=system # PostgreSQL official, system
database_version=15 # requires repo official
database_repo=official # PostgreSQL official, system
database_version=16 # requires repo official
database_host=127.0.0.1 # hostname or IP address
database_port=5432 # port number
database_backup=false # true or false