Update PostgreSQL version to 16
This commit is contained in:
parent
13e6cf2f2f
commit
b203064132
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue