mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #193] Auth migration fails if destination folder doesn't exist #58
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#58
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 @wwong on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/spr-networks/super/issues/193
When upgrading from an older version, the
/configs/authdoesn't exist, which causesos.Createto error out when attempting to create a new file. Manually runningmkdir ./configs/authseems to have fixed things.See:
github.com/spr-networks/super@901d0dee08/api/code/auth.go (L40)@lts-rad commented on GitHub (Sep 26, 2023):
Thanks! Would you remember if this was an update from the UI and your previous version?
If the git repo is up to date, docker compose-up is responsible for making the folder
@wwong commented on GitHub (Sep 26, 2023):
I think it was a UI update from a fresh 0.2.7 image to 0.2.22. I had to manually
git pullto get the repo updated.@lts-rad commented on GitHub (Sep 26, 2023):
there was previous a bug where superd would not update the git repo for the spr directory, so i think that fix would address this bug
@lts-rad commented on GitHub (Sep 26, 2023):
github.com/spr-networks/super@a21fda3d09@lts-rad commented on GitHub (Sep 26, 2023):
sorry you got bit by this @wwong