coolify/app/Actions/Database
Andras Bacsai 29c62cb38f fix(service): use database UUID for ServiceDatabase proxy container name
The proxy container was incorrectly named using the service UUID instead
of the database UUID, causing proxy logs to query the wrong container.
Each ServiceDatabase should have its own uniquely named proxy container.
2026-01-02 16:49:24 +01:00
..
RestartDatabase.php Fix database restart to skip unnecessary Docker cleanup 2025-11-20 17:15:45 +01:00
StartClickhouse.php Added ClickHouse Migration Support (#7392) 2025-12-17 11:37:53 +01:00
StartDatabase.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartDatabaseProxy.php fix(service): use database UUID for ServiceDatabase proxy container name 2026-01-02 16:49:24 +01: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(database): replace temporary file handling with base64 encoding for Keydb and Redis configuration 2025-12-25 18:17:42 +01:00
StartMariadb.php fix(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01: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(docker): migrate database start actions from --time to -t flag 2025-11-28 11:18:12 +01: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(database): replace temporary file handling with base64 encoding for Keydb and Redis configuration 2025-12-25 18:17:42 +01:00
StopDatabase.php fix(restart): reset restart count when resource is manually stopped 2025-12-27 15:21:19 +01:00
StopDatabaseProxy.php fix(core): stopping database is not disabling db proxy 2025-02-03 21:23:43 +01:00