Set the version of PostgreSQL to 18

This commit is contained in:
FusionPBX
2025-12-02 17:24:25 -07:00
committed by GitHub
parent ce71d89797
commit 25c25e64db

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=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