backup fails: KeyError: 'com.docker.swarm.service.name' #52
Loading…
x
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?
Just tried out a fresh deployment using current
main
. Result:There was a wave of updates from Docker internals in the last while, maybe they changed this default label? @iexos would you be able to run a
docker service inspect
on the container you want to back up so we can see what labels are available?Do you run any docker services not deployed with abra?
Yep thats it, there is a container running not deployed with swarm which thus does not have swarm labels. Would be fine for me to just skip non-swarm containers.
This should be fixed now, can you test it?
Its fixed, thank you! :)