coolify/app/Actions/Database
Andras Bacsai 2f3052a283 Fix database restart to skip unnecessary Docker cleanup
Prevents removal and re-download of database images on every restart. Docker cleanup was removing Docker Hub images (postgres, mysql, redis, etc.) that lack the coolify.managed=true label, causing them to be immediately re-pulled. Restart now preserves images while stopping/starting containers.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 17:15:45 +01:00
..
RestartDatabase.php Fix database restart to skip unnecessary Docker cleanup 2025-11-20 17:15:45 +01:00
StartClickhouse.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StartDatabase.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StartDatabaseProxy.php Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method across multiple database actions for improved clarity and efficiency" 2025-09-15 17:55:08 +02:00
StartDragonfly.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StartKeydb.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StartMariadb.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StartMongodb.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StartMysql.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StartPostgresql.php fix: remove debugging output from StartPostgresql command handling 2025-11-05 09:10:15 +01:00
StartRedis.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StopDatabase.php fix: update docker stop command to use --time instead of --timeout 2025-11-05 08:48:10 +01:00
StopDatabaseProxy.php fix(core): stopping database is not disabling db proxy 2025-02-03 21:23:43 +01:00