coolify/app/Actions
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
..
Application Changed docker --time command to -t since --time is deprecated on v28 2025-10-09 13:26:10 +05:30
CoolifyTask refactor(proxy-status): refactored how the proxy status is handled on the UI and on the backend 2025-06-06 14:47:54 +02:00
Database fix: set correct permissions for custom MySQL/MariaDB config files 2025-11-29 15:23:22 +03:00
Docker fix: don't show health status for exited containers 2025-11-24 09:09:37 +01:00
Fortify fix(user): ensure email attributes are stored in lowercase for consistency and prevent case-related issues 2025-09-05 17:44:34 +02:00
Proxy Merge branch 'next' into shadow/fix-docker-time-command 2025-11-28 10:25:42 +01:00
Server Fix: Version downgrade prevention - validate cache and add running version checks 2025-11-28 16:05:41 +01:00
Service Merge branch 'next' into shadow/fix-docker-time-command 2025-11-28 10:25:42 +01:00
Shared fix: don't show health status for exited containers 2025-11-24 09:09:37 +01:00
Stripe Changes auto-committed by Conductor 2025-10-16 17:13:47 +02:00
User Changes auto-committed by Conductor 2025-10-16 17:13:47 +02:00