coolify/app/Actions/Database
Andras Bacsai e2199f1223 fix(queue): route cloud jobs to dedicated queues
Use config-based queue selection for deployment and scheduled jobs so cloud dispatches deployments to `deployments` and scheduled jobs to `crons`, while self-hosted keeps using `high`.

Add coverage for deployment queue helper, start action routing, and scheduled job manager routing.
2026-05-22 16:11:24 +02:00
..
RestartDatabase.php Fix database restart to skip unnecessary Docker cleanup 2025-11-20 17:15:45 +01:00
StartClickhouse.php fix(database): prevent command injection in healthcheck via CMD exec-form 2026-04-20 13:17:15 +02:00
StartDatabase.php fix(queue): route cloud jobs to dedicated queues 2026-05-22 16:11:24 +02:00
StartDatabaseProxy.php fix(queue): route cloud jobs to dedicated queues 2026-05-22 16:11:24 +02:00
StartDragonfly.php fix(database): prevent command injection in healthcheck via CMD exec-form 2026-04-20 13:17:15 +02:00
StartKeydb.php fix(database): prevent command injection in healthcheck via CMD exec-form 2026-04-20 13:17:15 +02:00
StartMariadb.php fix(database): use && instead of || for conf null/empty checks 2026-04-20 13:12:16 +02:00
StartMongodb.php fix(database): enforce credential format validation and sanitize init/SSL arguments 2026-04-20 13:58:36 +02:00
StartMysql.php fix(database): enforce credential format validation and sanitize init/SSL arguments 2026-04-20 13:58:36 +02:00
StartPostgresql.php refactor(database): escape postgres_user in SSL chown command 2026-04-20 21:41:48 +02:00
StartRedis.php fix(database): use && instead of || for conf null/empty checks 2026-04-20 13:12:16 +02:00
StopDatabase.php fix(restart): reset restart count when resource is manually stopped 2025-12-27 15:21:19 +01:00
StopDatabaseProxy.php chore: prepare for PR 2026-02-03 15:32:03 +01:00