no logs on rollback #575

Open
opened 2025-06-13 13:28:33 +00:00 by fauno · 1 comment
Member

i was trying to deploy chaotically a local update:

>_ abra app deploy -o -D -C git.sutty.abyaya.la                                                                            
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓                                                                                         
┃               DEPLOY OVERVIEW               ┃                                                                                         
┃                                             ┃                                                                                         
┃ DOMAIN                git.sutty.abyaya.la   ┃                                                                                         
┃ RECIPE                gitea                 ┃                                                                                         
┃ SERVER                sutty.comun           ┃                                                                                         
┃                       compose.yml           ┃                                                                                         
┃                       compose.sqlite3.yml   ┃                                                                                         
┃                       compose.forgejo.yml   ┃                                                                                         
┃ CONFIG                compose.smtp.yml      ┃                                                                                         
┃                                             ┃                                                                                         
┃ CURRENT DEPLOYMENT    3.3.0+1.23.1-rootless ┃                                                                                         
┃ ENV VERSION           a3b54a62              ┃                                                                                         
┃ NEW DEPLOYMENT        6fd9ce64              ┃                                                                                         
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛                                                                                         
? proceed? Yes                                                                                                                          
INFO initialising deployment                                                                                                            
INFO polling deployment status                                                                                                          
app: rolled back (retries: 0, healthcheck: healthy)                                                                                     
FATA deploy failed 🛑                                                                                                                   

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.

i was trying to deploy chaotically a local update: ``` >_ abra app deploy -o -D -C git.sutty.abyaya.la ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃ DEPLOY OVERVIEW ┃ ┃ ┃ ┃ DOMAIN git.sutty.abyaya.la ┃ ┃ RECIPE gitea ┃ ┃ SERVER sutty.comun ┃ ┃ compose.yml ┃ ┃ compose.sqlite3.yml ┃ ┃ compose.forgejo.yml ┃ ┃ CONFIG compose.smtp.yml ┃ ┃ ┃ ┃ CURRENT DEPLOYMENT 3.3.0+1.23.1-rootless ┃ ┃ ENV VERSION a3b54a62 ┃ ┃ NEW DEPLOYMENT 6fd9ce64 ┃ ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛ ? proceed? Yes INFO initialising deployment INFO polling deployment status app: rolled back (retries: 0, healthcheck: healthy) FATA deploy failed 🛑 ``` 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.
Author
Member

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 info

`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 info
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: toolshed/abra#575
No description provided.