Change the version to Postgresql 17

This commit is contained in:
FusionPBX 2024-12-30 20:11:06 -07:00 committed by GitHub
parent 71db64e7e7
commit a745027df0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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=16 # requires repo official
database_version=17 # requires repo official
database_host=127.0.0.1 # hostname or IP address
database_port=5432 # port number
database_backup=false # true or false