coolify/app/Actions/Database
Murat Aslan 59df3ee829 fix: set correct permissions for custom MySQL/MariaDB config files
The custom-config.cnf file was being created with incorrect permissions,
preventing the mysql user (uid 999) from reading it. This caused custom
MariaDB/MySQL configurations to be silently ignored.

The fix adds chmod 644 after creating the config file, matching the
standard permissions used for other MySQL config files like mariadb.cnf.

Fixes #1697
2025-11-29 15:23:22 +03:00
..
RestartDatabase.php Fix database restart to skip unnecessary Docker cleanup 2025-11-20 17:15:45 +01:00
StartClickhouse.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartDatabase.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartDatabaseProxy.php Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method across multiple database actions for improved clarity and efficiency" 2025-09-15 17:55:08 +02:00
StartDragonfly.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartKeydb.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartMariadb.php fix: set correct permissions for custom MySQL/MariaDB config files 2025-11-29 15:23:22 +03:00
StartMongodb.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartMysql.php fix: set correct permissions for custom MySQL/MariaDB config files 2025-11-29 15:23:22 +03:00
StartPostgresql.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StartRedis.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01:00
StopDatabase.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StopDatabaseProxy.php fix(core): stopping database is not disabling db proxy 2025-02-03 21:23:43 +01:00