Fetch images before upgrading #545

Open
opened 2023-12-19 18:26:15 +00:00 by iexos · 1 comment
Member

When running abra app upgrade, it sometimes takes some time before the app is running again. Observing this, I think it must be that the new images are downloaded after the app is already taken down. I don't know if its possible (and if my observation is even true), but it would be great if the images are downloaded before to significantly reduce downtime.

When running `abra app upgrade`, it sometimes takes some time before the app is running again. Observing this, I think it must be that the new images are downloaded after the app is already taken down. I don't know if its possible (and if my observation is even true), but it would be great if the images are downloaded before to significantly reduce downtime.
iexos added the
enhancement
label 2023-12-19 18:26:15 +00:00
Owner

Hmmm, we're mostly at the whim of the container runtime for this... docker pull is called on a need-to-pull basis?

However, if you run upgrade then the current app shouldn't go down? the image pull should happen in the background?

I wonder if there are some logs you can pole from the docker daemon or server / container logs?

Hmmm, we're mostly at the whim of the container runtime for this... `docker pull` is called on a need-to-pull basis? However, if you run `upgrade` then the current app shouldn't go down? the image pull should happen in the background? I wonder if there are some logs you can pole from the docker daemon or server / container logs?
decentral1se added the
abra
label 2024-03-27 06:21:14 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#545
No description provided.