mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[GH-ISSUE #220] Update failed - docker compose #77
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#77
Loading…
Add table
Add a link
Reference in a new issue
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 @cocochpie on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/220
Originally assigned to: @lts-rad on GitHub.
Current: 0.2.22:main
Target: 0.2.24:main (and 0.2.23:main)
i tried it again manually and got an error msg.
and i have 'docker compose'.
images.
containers
@lts-rad commented on GitHub (Oct 19, 2023):
@cocochpie does 'docker compose' work for you?
@lts-rad commented on GitHub (Oct 19, 2023):
I think I know what went wrong here. The update incorrectly assumes that the superd being started is the same as the current one. it's not. we migrated from 'docker-compose' from ubuntu to the upstream docker with 'docker compose'. This is an error that is hard to fix retroactively. We could make an alias command in the upcoming release named 'docker-compose' to resolve for people coming into the latest version
@lts-rad commented on GitHub (Oct 19, 2023):
c900f428c2@cocochpie commented on GitHub (Oct 20, 2023):
i think you already resolved it but my answer is i don't have a 'docker compose' command in the host shell.
in the new superd, i have 'docker compose'.
thanks for the quick fix.
@lts-rad commented on GitHub (Oct 20, 2023):
I think unfortunately the 0.2.23 and 0.2.24 broke updates. The 0.2.25 release will have a workaround so people going from 0.2.22 and before to 0.2.25+ will get updated without a reboot/manual start. Sorry about this.