M mfaridi Renowned Member Oct 17, 2015 85 0 71 Oct 23, 2015 #1 I install Proxmox 4 and I use it for VM. can I use these commands everyday ? can these command effect on stability of Proxmox ? Code: apt-get update && apt-get upgrade
I install Proxmox 4 and I use it for VM. can I use these commands everyday ? can these command effect on stability of Proxmox ? Code: apt-get update && apt-get upgrade
P pirateghost Renowned Member Apr 25, 2013 454 12 83 Oct 24, 2015 #2 Well, you can use the commands as much as you like, but if nothing has been updated in the repos then it doesn't do any good. Is there some reason you don't treat your Proxmox server like a server? Sounds you like are running it like a desktop.
Well, you can use the commands as much as you like, but if nothing has been updated in the repos then it doesn't do any good. Is there some reason you don't treat your Proxmox server like a server? Sounds you like are running it like a desktop.
C Colin 't Hart Renowned Member Jan 20, 2017 68 11 73 52 Frösön, Sweden www.hiawathaavenue.com Feb 22, 2017 #3 You could just install the unattended-upgrades package and configure it to install security and bug fix updates automatically in /etc/apt/apt.conf.d/50unattended-upgrades
You could just install the unattended-upgrades package and configure it to install security and bug fix updates automatically in /etc/apt/apt.conf.d/50unattended-upgrades
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,497 1,654 273 37 Vienna Feb 22, 2017 #4 please use Code: apt-get update apt-get dist-upgrade and never "upgrade", this can be potentially dangerous (as we sometimes add/remove/change dependencies)
please use Code: apt-get update apt-get dist-upgrade and never "upgrade", this can be potentially dangerous (as we sometimes add/remove/change dependencies)