-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Automated Proxmox Host & LXC upgrade script with scheduling #8567
-
I’d like to suggest adding a helper script that can automatically perform a complete Proxmox upgrade.
The script should support running via a cronjob and automatically handle:
- Host: Run apt update && apt distupgrade
- LXC: Run apt update && apt distupgrade silently, followed by the update command
- Allow manual scheduling of when the routine should run
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 3 replies
-
And If something broken at Host? Maybe defect grub or Kernel? Who should deal with the shitstorm? It's not uncommon for updates to break, and a dist upgrade should never be performed silently.
Beta Was this translation helpful? Give feedback.
All reactions
-
Beta Was this translation helpful? Give feedback.
All reactions
-
then do an simple script if you need this - its not for this repo. I accept no liability if several servers fail here.
Beta Was this translation helpful? Give feedback.
All reactions
-
and my second point?
the automatic "update" for the application
Beta Was this translation helpful? Give feedback.
All reactions
-
no, application more than often come with breaking changes in the new versions. Almost always the script needs to be adjusted for those or the LXC/App will be broken.
Beta Was this translation helpful? Give feedback.