- This topic is empty.
-
AuthorPosts
-
May 21, 2024 at 4:04 pm #24991
Emily
GuestTHanks for SlickStack!
Do you recommend using “do-release-upgrade” to get on Ubuntu 24.04 from 22.04 or should I just launch a new server from scratch and migrate my files.
May 22, 2024 at 3:14 am #24993Sharon
GuestI hate using
do-release-upgradeVery janky script and I have seen it fail many times in the past. At best, you’re left with a messy filesystem where lots of leftover cruft remains from your old LTS version and lots of random warning messages or things like that.
Definitely avoid using it if possible. It’s not difficult to spin up a new machine with the latest LTS version and your filesystem will much A LOT cleaner too 😬
May 22, 2024 at 3:14 am #24994Emily
Guest*your filesystem will be A LOT cleaner too 😬
May 22, 2024 at 6:33 am #24997Ethan
Guesthttps://askubuntu.com/questions/409555/what-does-do-release-upgrade-really-do
I list here the actions mentioned there and checked if they are actually implemented:
repository related
switch to new sources.list entries
remove unknown 3rd party repositories
possibly swap mirror (not implemented)
package related
check there are no broken packages before upgrading
update current release before upgrading (apt-get update only)
remove and install specific packages
check if {ubuntu,kubuntu,edubuntu}-desktop is installed
get rid of old kernels
have a removal-blacklist and -whitelist
remove or replace obsolete packages which existed in earlier releases
configuration related (possible in quirks: see below)
adding the default user to new groups (not done for the versions I checked)
check some config filesway too many tasks imo
May 25, 2024 at 6:39 pm #25052Amy
Guesttakes only 5 min to install a new cloud server and slickstack….
May 27, 2024 at 8:09 am #25067Walter
GuestI never knew
do-release-upgradewas risky, thanks. I always thought it was normal to run that but probably I will just spin a new server in the future -
AuthorPosts