mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
Deleted stack keeps generating log errors ' failed to get stack from db | did not find any Stack matching 67cac444e572d24bb7daeb8e' #244
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crazyelectron-io on GitHub (Mar 8, 2025).
I removed a Stack using the Komodo UI and it looks like it is not completely deleted. The log is full of these messages.
I'm not sure what
67cac444e572d24bb7daeb8eis referring to, but I think it is the deleted Stack because I have not seen these messaged before I deleted the Stack.Is there a way to clean this up?
@malbert911 commented on GitHub (Mar 18, 2025):
I was having a similar issue. I had made some changes on a remote host directly on the docker-compose file in SSH, instead of Komodo web UI, and after restarting Komodo I had the same output like you.
To fix it, I did a
docker-compose stop,docker-compose rmanddocker-compose up -don the Komodo docker-compose and it worked again@crazyelectron-io commented on GitHub (Mar 20, 2025):
yes, I fixed it too with some clean, but I post it here to let the maintainer(s) know I case they want to fix it in some future release.
@mbecker20 commented on GitHub (Aug 27, 2025):
This should be fixed in last couple releases, internal cache clearing issue