can I run apt-get update and apt-get upgrade everyday

mfaridi

Renowned Member
Oct 17, 2015
85
0
71
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
 
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.
 
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)