Vaultwarden Alpine Update Fails #2169

Closed
opened 2025-11-20 05:24:33 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @cianiandreadev on GitHub (Oct 22, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Vaultwarden LXC

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-vaultwarden.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

📈 Which Proxmox version are you on?

9.0.10

📝 Provide a clear and concise description of the issue.

Hi All,

I am trying to update the Alpine version of the LXC container of Vaultwarden by executing the script specified inside the LXC container, but after asking me if I want to reset the admin password or update (and I choose of course to update) I get the following error:

rc-service: service `vaultwarden' does not exist

Not sure if it's being updated or not.

The entire error log below:

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
OK: 474 MiB in 151 packages
 * rc-service: service `vaultwarden' does not exist

[ERROR] in line 41: exit code 0: while executing command rc-service vaultwarden restart -q

🔄 Steps to reproduce the issue.

  1. Login in the LXC container
  2. Run the script provided in the Proxmox community page (select Alpine -> Github) and copy
  3. Paste the script in the LXC shell
  4. Select 'Update'

Paste the full error output (if available).

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
OK: 474 MiB in 151 packages
 * rc-service: service `vaultwarden' does not exist

[ERROR] in line 41: exit code 0: while executing command rc-service vaultwarden restart -q

🖼️ Additional context (optional).

No response

Originally created by @cianiandreadev on GitHub (Oct 22, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Vaultwarden LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/alpine-vaultwarden.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 📈 Which Proxmox version are you on? 9.0.10 ### 📝 Provide a clear and concise description of the issue. Hi All, I am trying to update the Alpine version of the LXC container of Vaultwarden by executing the script specified inside the LXC container, but after asking me if I want to reset the admin password or update (and I choose of course to update) I get the following error: ``` rc-service: service `vaultwarden' does not exist ``` Not sure if it's being updated or not. The entire error log below: ``` 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 OK: 474 MiB in 151 packages * rc-service: service `vaultwarden' does not exist [ERROR] in line 41: exit code 0: while executing command rc-service vaultwarden restart -q ``` ### 🔄 Steps to reproduce the issue. 1. Login in the LXC container 2. Run the script provided in the Proxmox community page (select Alpine -> Github) and copy 3. Paste the script in the LXC shell 4. Select 'Update' ### ❌ Paste the full error output (if available). ``` 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 OK: 474 MiB in 151 packages * rc-service: service `vaultwarden' does not exist [ERROR] in line 41: exit code 0: while executing command rc-service vaultwarden restart -q ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:24:33 -05:00
Author
Owner

@oerix commented on GitHub (Oct 26, 2025):

@cianiandreadev I noticed you marked this as ‘completed’ without explaining how you solved it. It would be really helpful if you could share your solution with the rest of us.

@oerix commented on GitHub (Oct 26, 2025): @cianiandreadev I noticed you marked this as ‘completed’ without explaining how you solved it. It would be really helpful if you could share your solution with the rest of us.
Author
Owner

@cianiandreadev commented on GitHub (Oct 26, 2025):

Hi @oerix ,

Sorry I didn't comment the issue, but I found out this was a problem with my configuration and nothing related to the script itself. Therefore I closed it.

@cianiandreadev commented on GitHub (Oct 26, 2025): Hi @oerix , Sorry I didn't comment the issue, but I found out this was a problem with my configuration and nothing related to the script itself. Therefore I closed it.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2169