Set the version of PostgreSQL to 18

This commit is contained in:
FusionPBX
2025-12-02 17:23:37 -07:00
committed by GitHub
parent 1ac04192c8
commit ce71d89797

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