I'm running the Ubuntu 20.04.02 (Focal) version and its production environment. Planning to apply the latest OS patches to these servers. Kindly suggest, that we roll back all upgrades and back to the earliest.
Example: Centos or Redhat, we have options like "yum history undo ". Do we have the same option in Ubuntu?
I don't want to downgrade each package one by one. Because since we are in production, any impact they ask us to roll back all recent changes. Kindly suggest.
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.2 LTS"
$ uname -r
5.4.0-124-generic
nala
, but since I don't considernala
production ready, I wouldn't normally recommend it for your usecase (since you explicitly state it's a production environment). – Artur Meinild Feb 28 '24 at 10:54