no logs on rollback #575
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?
i was trying to deploy chaotically a local update:
but
abra app logs
wasn't reporting the reason for rolling back, afaict the service was started on the version i intented to deploy.an
abra app undeploy
worked correctly.docker container ls
on the server was showing the previous version running, but i couldn't catch it during the rolled back deploy so i'm not sure if it's helpful infoSo, I believe this was a combination of factors.
First, we do not have a warning output that no logs could be collected from the failing deployment. That is now added with #625.
We did some work to make
abra app ps
/abra app logs
(in toolshed/organising#501 and elsewhere) more reliable and report when the container is just exploding and can't deploy. However, I actually realise we still don't have thedocker stack ps --no-trunc
output anywhere 🤦 This is the real output we always need and shows the error, even when the container refuses to start up.I will try to bring this into #613 when we make logs visible on the deploy polling screen.