mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-24 20:25:50 +03:00
[GH-ISSUE #442] Update 0.5.3 to 0.5.4 fail #132
Labels
No labels
bug
enhancement
enhancement
feature
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxVE-Local#132
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 @rbalaev on GitHub (Jan 13, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE-Local/issues/442
✅ Have you read and understood the above guidelines?
yes
📝 Provide a clear and concise description of the issue.
🔄 Steps to reproduce the issue.
the problem persists
❌ Paste the full error output (if available).
[2026-01-13 19:53:14] Starting ProxmoxVE-Local update process...
[2026-01-13 19:53:14] Log file: /tmp/update.log
[2026-01-13 19:53:14] Detected running from application directory
[2026-01-13 19:53:14] Starting ProxmoxVE-Local update process...
[2026-01-13 19:53:14] Log file: /tmp/update.log
[2026-01-13 19:53:14] Running as detached process
[2026-01-13 19:53:17] Checking dependencies...
[SUCCESS] All dependencies are available
[WARNING] No GitHub token found. Using unauthenticated requests (lower rate limits)
[WARNING] To use a token, add GITHUB_TOKEN=your_token to .env file or set GITHUB_TOKEN environment variable
[2026-01-13 19:53:17] Fetching latest release information from GitHub...
[2026-01-13 19:53:17] Using unauthenticated GitHub API request (lower rate limits)
[SUCCESS] Latest release: v0.5.4 (published: 2026-01-13T16:05:35Z)
[2026-01-13 19:53:17] Creating backup directory at /tmp/pve-scripts-backup-20260113-195314...
[2026-01-13 19:53:17] Backing up data directory...
[SUCCESS] Data directory backed up successfully
[2026-01-13 19:53:17] Backing up .env file...
[SUCCESS] .env file backed up successfully
[2026-01-13 19:53:17] Backing up scripts/ct directory...
[SUCCESS] scripts/ct directory backed up successfully
[2026-01-13 19:53:17] Backing up scripts/install directory...
[SUCCESS] scripts/install directory backed up successfully
[WARNING] scripts/tools directory not found, skipping backup
[WARNING] scripts/vm directory not found, skipping backup
[2026-01-13 19:53:17] Working from application directory: /opt/ProxmoxVE-Local
[2026-01-13 19:53:17] Disabling systemd service temporarily to prevent auto-restart...
[SUCCESS] Service disabled successfully
[2026-01-13 19:53:17] Killing any remaining npm/node processes...
[2026-01-13 19:53:17] No running processes found
[2026-01-13 19:53:17] Detected Node.js version: 24.12.0
[SUCCESS] Node.js 24 already installed
[2026-01-13 19:53:17] Preparing Node.js 24 upgrade…
[2026-01-13 19:53:19] Installing Node.js 24…
[ERROR] Failed to install Node.js 24
🖼️ Additional context (optional).
No response
@MickLesk commented on GitHub (Jan 13, 2026):
try to remove the update.sh and wget the new one and try again
@rbalaev commented on GitHub (Jan 13, 2026):
it worked!
@ronkinoz commented on GitHub (Jan 13, 2026):
I was having same failure. Suggested remedy has also worked for me to upgrade from 0.5.3 to 0.5.5.
@Seqway commented on GitHub (Jan 14, 2026):
Had the same problem ! Worked also for me.
In the future i need to do it also or is it solved now with v0.5.5 ?
@MickLesk commented on GitHub (Jan 14, 2026):
its solved with 0.5.4/0.5.5
@sesardelaisla commented on GitHub (Jan 14, 2026):
This issue has been also happening to me a few versions ago. I managed to update with a custom script to override nodejs installation. Great that it is going to be fixed from now on. Thanks!
@Aareon commented on GitHub (Jan 14, 2026):
Happened to me when attempting to update from
v0.5.2@MickLesk commented on GitHub (Jan 14, 2026):
Then read my Solution above.
@Deulfi commented on GitHub (Jan 15, 2026):
Version v0.5.2 still fails with the fix.
Update worked after nuking it. (rm -f /etc/apt/sources.list.d/nodesource.sources)
@MickLesk commented on GitHub (Jan 15, 2026):
This isnt a Part of the Update anymore? 🤔