I have many Ubuntu server instances, it for the 20.04 version. To keep all updated I always use
sudo apt update
sudo apt upgrade
Suddenly just for one instance it did do an upgrade from 20.04 to 20.10. I don't have idea why. Therefore I have now problems with the repositories as mentioned here:
In the comments of the previous post. Exists the following:
some desktop on your server?
grep Prompt /etc/update-manager/release-upgrades
About the question, I had this experience:
That happened for all the instances and was fixed. But again this undesired upgrade just happened just one instance.
And about the grep Prompt /etc/update-manager/release-upgrades
command it returns Prompt=normal
- Why did this undesired upgrade from 20.04 to 20.10 happened?
- How configure Ubuntu to avoid repeat that scenario?.
I had many Ubuntu servers based with the 18.04 version and I never had this experience about an undesired upgrade to 20.04. Well, in that case the VirtualBox: Ubuntu Server loads GUI for Login never happened because neither Erlang nor RabbitMQ were installed.
release-upgrades
is a file and I can use "nano" - Am I correct? – Manuel Jordan Dec 31 '21 at 14:37normal
and notlts
how the rest of instances. I've never changed that configuration, and so far I didn't know about the existence of thisrelease-upgrades
file. Do you have idea if some program internal of Ubuntu could change that setting? – Manuel Jordan Dec 31 '21 at 23:07sudo
access copy/pasting a command into a terminal without fully understanding the consequences of their action; ie. after a specific goal but pasting a command that does something different to what they intended. – guiverc Jan 01 '22 at 00:01