This repository was archived by the owner on Nov 2, 2024. It is now read-only.
How to setup daily cron job that will login to the each containers shell and run that install\update script? #1777
Unanswered
rolltidehero
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Did you find a solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Something like this script? https://forum.proxmox.com/threads/update-all-lxc-with-one-simple-script.58729/ |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hey... So I'm trying to setup automatic upgrades of the installed scripts for each of my LXC containers... so for my Uptime Kuma container, this would be the desired command: ### To Update Uptime Kuma, run the command below in the LXC Console.
I'm aware of this LXC cron updater:
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/cron-update-lxcs.sh)"
but that doesn't seem to run the specific install\update script for the main script.Has anyone set this up already? I assume that I will have to remove the interactive parts of the scripts that prompt the user, so that they would be able to run uninterrupted..
Beta Was this translation helpful? Give feedback.
All reactions