GUACAMOLE-374: Restore support and deprecation warning for POSTGRESQL_USER variable.

This commit is contained in:
Michael Jumper
2025-04-06 17:57:53 -07:00
parent da80543ddf
commit bfae010ad9

View File

@@ -95,6 +95,7 @@ deprecate_variable_prefix() {
# guacamole.properties. # guacamole.properties.
deprecate_variable "MYSQL_USER" "MYSQL_USERNAME" deprecate_variable "MYSQL_USER" "MYSQL_USERNAME"
deprecate_variable "POSTGRES_USER" "POSTGRESQL_USERNAME" deprecate_variable "POSTGRES_USER" "POSTGRESQL_USERNAME"
deprecate_variable "POSTGRESQL_USER" "POSTGRESQL_USERNAME"
deprecate_variable "SQLSERVER_USER" "SQLSERVER_USERNAME" deprecate_variable "SQLSERVER_USER" "SQLSERVER_USERNAME"
# The old "POSTGRES_" prefix for configuring usage of PostgreSQL is being # The old "POSTGRES_" prefix for configuring usage of PostgreSQL is being