Update PostgreSQL version to 16

This commit is contained in:
FusionPBX 2024-08-24 09:24:16 -06:00 committed by GitHub
parent 13e6cf2f2f
commit b203064132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ 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_enabled=true # true or false
database_version=15 # Postgres 15, 14, 13, 12, 11, 10, 9.6
database_version=16 # Postgres 15, 14, 13, 12, 11, 10, 9.6
database_host=127.0.0.1 # hostname or IP address
database_port=5432 # port number
database_backup=false # true or false