Update Vault Warden Alpine LXC #2385
Unanswered
spacefrogfeds
asked this question in
Q&A
Replies: 1 comment
-
bash -c "$(wget -qO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)" is the right. It does an apk upgrade. if there are no new release in apk (alpine package manager), there is an developer thing and not an helper-script issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All, I'm trying to update my version of Vault warden.
Firstly I ran the update all lxc script
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/misc/update-lxcs.sh)"
then I tried
update
I typed this into the proxmox shell, but it wanted to create a new container. I then tried it in the LXC Console
bash -c "$(wget -qO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)"
This gave the option to update, But I think it only updated alpine linux and not vaultwarden.
When I visit ipaddress:8000/api/version It is showing an older version.
Here is the output:
fetch http://dl-cdn.alpinelinux.org/alpine/latest-stable/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/latest-stable/community/x86_64/APKINDEX.tar.gz v3.21.2-263-g899c70c8016 [http://dl-cdn.alpinelinux.org/alpine/latest-stable/main] v3.21.3-2-g6d31e18bca0 [http://dl-cdn.alpinelinux.org/alpine/latest-stable/community] OK: 25407 distinct packages available OK: 128 MiB in 75 packages alpine-vaultwarden:~#
What is the process to update vault warden? Does this script rely on someone to update the alpine linux version of vaultwarden?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions