Hi all,
I usually update my proxmox hosts (currently running ProxMox 7) via the web interface, but decided to update them via ssh while out of the office.
Carelessly, I didn't read the documentation until after the first one, and went for my standard
According to previous posts, this is a bad plan, and can break things. Having read the documentation after the fact, I immediately followed it with the recommended
and have not rebooted.
Things appear to be functioning normally for now, but I'd appreciate some advice on:
I usually update my proxmox hosts (currently running ProxMox 7) via the web interface, but decided to update them via ssh while out of the office.
Carelessly, I didn't read the documentation until after the first one, and went for my standard
Code:
apt-get update
apt-get upgrade
According to previous posts, this is a bad plan, and can break things. Having read the documentation after the fact, I immediately followed it with the recommended
Code:
apt-get dist-upgrade
and have not rebooted.
Things appear to be functioning normally for now, but I'd appreciate some advice on:
- How does `apt-get upgrade` break things?
- Is there anything I can do at this point to fix things?
- How would I verify that I have (or haven't) broken my system?
Last edited: