coolify/app/Actions/Database
Andras Bacsai 18fe524cdb fix(database): limit container name length for database proxy
Updated the container name generation logic in StartDatabaseProxy to ensure the resulting name does not exceed 32 characters. This change prevents potential issues with container name length restrictions, enhancing the robustness of the database proxy setup.
2025-03-12 16:34:42 +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): limit container name length for database proxy 2025-03-12 16:34:42 +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