Update question - (abbort after template detection) #201
-
I have a simple system. I run update and it updates the host and the LCX, but it doesn't update the VMs. If I run update VMID, then it updates the VM properly. Is there a way to configure it so that running the update command updates all VMs as I believe it is supposed to? Am i missing something in a config file. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
hi @aaron-saks, nice to see you here ;) if the "update " command work, and the update run, then you configured the VM correctly. WITH_VM="true" and there should nothing in Only / or VM in Exclude ONLY="" If this is all set correxctly, the VM should be update at the end of the script. For understanding: the script run first the node itself, the all LXC and VM at the end. If any settings in config "not" correct, or set false, there should be an info during update run like "VM skipped by user" or something. Hope this help you out ;) If not, I will try to help you out more then ;) |
Beta Was this translation helpful? Give feedback.
-
found the issue also fixed with latest develop version 4.4.1 |
Beta Was this translation helpful? Give feedback.
found the issue
if you can, pls change in file:
/etc/ultimate-updater/update.sh
Line 837
return
->continue
also fixed with latest develop version 4.4.1
updateable with
update develop -up