Replies: 5 comments 5 replies
-
|
Hi, Its not always so easy to update the LXC. I have a script that does this for u. I worked with AI to help with the docs and scripts. There is a bit of setup on the front side, git clone etc. but once deployed you have a easy way to update and rollback. https://gist.github.com/BeerMan81
|
Beta Was this translation helpful? Give feedback.
-
|
Also, it has some switches available like help, dry run etc..
|
Beta Was this translation helpful? Give feedback.
-
|
Now I have read both scripts in full. Here is the corrected, accurate comparison based solely on the actual code. The What each script is designed for
|
Beta Was this translation helpful? Give feedback.
-
|
@Pyromane Try this migration script. if you have a bare metal install or LXC, this will migrate to a git-linked version. it works for me and docs are updated there. https://gist.github.com/BeerMan81/06c562c32582b14ab7437dfb2ad8cbd0 . I would like some feedback. |
Beta Was this translation helpful? Give feedback.
-
|
@Pyromane Thanks for testing! The dry-run passing is great. The 4-hour run with maxed resources is almost certainly a RAM issue — npm run build needs significant Node.js heap for the TypeScript compilation. Could you share what RAM your LXC has? The script should auto-detect it and cap the heap accordingly. If you want to retry, try adding more RAM to the container first (2GB minimum, 4GB recommended). Also worth checking |
Beta Was this translation helpful? Give feedback.






Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
a few day ago, I set up Meshmonitor LXC following the instructions:
https://github.com/Yeraze/meshmonitor/blob/main/docs/deployment/PROXMOX_LXC_GUIDE.md#quick-start
Currently, the Meshmonitor in the container is running version v4.10.2, but v4.11.0 is already available
Now I’d like to update it and followed the instructions at https://github.com/Yeraze/meshmonitor/blob/main/docs/deployment/PROXMOX_LXC_GUIDE.md#automated-update-recommended,
but I’m only getting the following output:
111 is the ID of the MeshMonitor container
No changes are apparent either on the Proxmox Host 9.2.3 or in the LXC
Could someone please point me in the right direction? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions