coolify/app/Actions/Database
Andras Bacsai 078ef62eb8 fix(database): handle unsupported database types in StartDatabaseProxy
Added a default case to the switch statement in StartDatabaseProxy to throw an exception for unsupported database types. This change improves error handling and ensures that only valid database types are processed, enhancing the robustness of the database proxy functionality.
2025-03-12 16:35:47 +01:00
..
RestartDatabase.php feat: restart database 2024-07-02 13:39:44 +02:00
StartClickhouse.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartDatabase.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartDatabaseProxy.php fix(database): handle unsupported database types in StartDatabaseProxy 2025-03-12 16:35:47 +01:00
StartDragonfly.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartKeydb.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartMariadb.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartMongodb.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartMysql.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartPostgresql.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartRedis.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StopDatabase.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StopDatabaseProxy.php fix(core): stopping database is not disabling db proxy 2025-02-03 21:23:43 +01:00