mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-28 05:34:50 +00:00
When a database or application was in a restart loop, the restart count persisted even after the user manually stopped the resource. This caused the UI to continue showing "(Xx restarts)" after user intervention. Now resets restart_count, last_restart_at, and last_restart_type when: - User stops a database (StopDatabase action) - User stops an application (StopApplication action) The existing reset in GetContainersStatus is still needed for containers that exit on their own (crash without recovery, Docker giving up). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| RestartDatabase.php | ||
| StartClickhouse.php | ||
| StartDatabase.php | ||
| StartDatabaseProxy.php | ||
| StartDragonfly.php | ||
| StartKeydb.php | ||
| StartMariadb.php | ||
| StartMongodb.php | ||
| StartMysql.php | ||
| StartPostgresql.php | ||
| StartRedis.php | ||
| StopDatabase.php | ||
| StopDatabaseProxy.php | ||