Deployment Stuck "Running"
One of Dokploy's containers (probably Redis) had an issue during deployment. I rebooted my VPS once that happened, and now my deployment is stuck in the running state but shows that there was a build error during deployment.

6 Replies
If your vps was restarted when a deployment was ongoing is normal to be on running mode
Its still stuck in ‘running’ mode. Can i query postgres and flip the status?
I mean yeah, but my recommendation would be to leave it there, eventually when you do more deploys it will go away.
having same issue, server ran out of disk so I had to manually purge docker imags and restart, what's the best way to get old "runnin" deploys cleared? is it redis with TTL?
in the next version I will add a toggle for clearing the cache after every deployment to prevent this, is very annoying https://github.com/Dokploy/dokploy/issues/1031
GitHub
Excessive Unused Docker Cache Generated by Dokploy Deployments · Is...
What problem will this feature address? Dokploy deployments are leaving behind a large amount of unused Docker cache (23GB), filling up my server's disk space. Describe the solution you'd l...
is this in yet?