Error updating from 1.32.2 > 1.32.3 (Cargo Build error) #5168
quantum-ciphers
started this conversation in
General
Replies: 3 comments 1 reply
|
I'm not sure which script you are taking about. It's probably a community provide script Unfortunately the line doesn't say anything useful except that it can't build Vaultwarden. The reason why it can't be build seems to be redirected to /dev/null. |
1 reply
|
In my case, the error you mentioned was caused by a lack of space in the LXC container. To fix it, I simply had to increase the disk space for the container. The steps to do this from the Proxmox CLI are:
|
0 replies
|
Hi, I got same error with Vaultwarden LXC in Proxmox with project "Proxmox Helper Scripts", in my case I with user "root" works executing:
And try again the app update with same user:
NOTE: Verify storage space from steps by @nhalatek if its doesnt work |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi Everyone,
Wondering if anyone has some pointers on how to get this error corrected. I have Vaultwarden deployed on an LXE container in Proxmox. Utilized the package found in the Helper Scripts, which I believe points to this source for updating.
I run 'update' from the terminal and it appears to kick off but then fails about 2-3 minutes after initializing. Here is the error;
[ERROR] in line 85: exit code 0: while executing command cargo build --features "sqlite,mysql,postgresql" --release &> /dev/null
Any help on getting this corrected would be appreciated.
All reactions