clean install: you make a backup, nuke the computer, install a fresh upgraded copy of the distro you want from a live usb, copy your data again to the computer.
upgrade: you wait ‘till the distro’ developers release an upgrade you can directly install from your soon to be old distro, you use a command like sudo do-release-upgrade
and why do you upgrade like that?
Upgrade. It works perfectly fine and when it doesn’t figuring out what’s going on learns me something and several times has resulted in fix commits to the packages.
E: there’s some people saying they do clean installs on Ubuntu. They’re right that ubuntu breaks shit all the time but I’ve solved that by simply not using the bad distros.
I like you.
Depends on the distro. On Debian I upgrade cause I know it works well. On Ubuntu I always had issues after an upgrade so I
do a clean installdon’t use Ubuntu anymore.Clean install on a new computer. Then upgrades until the computer gets retired. Debian at home, Ubuntu server at work.
I like playing with distros and other OSes in VMs, if the thing doesn’t have a well defined upgrade procedure it gets ditched pretty soon.
NixOS with impermanence. Every reboot is a fresh install.
Wait for a bugfix release after a major release. Then upgrade.
need moar bugs fixed, just to be safe
Wait for the distro to officially release an upgrade path. Only do a fresh install if it doesn’t work.
On Windows however whenever I would get a new pc in which I was prepping for staff(I worked in IT) the first thing I’d do after unboxing it is a wipe of the factory Windows install and do a clean install with the latest ISO from Microsoft.
No bloatware, network managers, anti virus etc nonsense. We had all of our own stuff for that which applied via Group Policy anyway.
I always clean install. I have my stuff backed up properly. I’ll go through and make a checklist of frequently used software so I can start off on the right foot. I like that new fresh smell of free space.
I backup and then upgrade through the mechanism provided. Why? Lazy. I should take the time to set up a NAS and run most of /home from that, but never have been motivated enough to try it.
I usually let myself lag behind on Fedora to wait until the kinks have been worked out. I just jumped from 38 to 40 in an upgrade and totally regret it. Python is screwed up in distrobox and making problems, but I can roll back too.
Fedora, I usually wait 1-2 weeks for the last bugs to be found+fixed and extensions to catch up, and then just upgrade in-place. Haven’t had a major upgrade problem for years now, it’s mostly as smooth as any other offline update. And I don’t feel like I have to reinstall the OS every few years on Linux either.
I almost always prefer clean installation when possible, while making sure to backup important content from highly accessed folders like Desktop, Downloads and Documents (on Windows), for example.
It depends on the distro. Some of them have some shitty ass upgrade process and it breaks shit, and others are just awesome. I personally use a rolling release so I don’t have to worry about upgrades. I do get some issues here and there with some big upgrades, but nothing really major. I’ve only had to reinstall twice in the last 2.5 years.
I upgrade Fedora from one version to another as doing a clean install would be a lot of work. Maybe I’m just too much of a rookie, but I don’t see the advantages of a clean install.
Even if I installed Fedora on a new computer, I’d just use my clonezilla backup if possible. But I haven’t tried it so I don’t know if this would work.
Depends on the distro.
On my personal laptop with openSUSE, I have plenty confidence doing all kinds of upgrades and sidegrades (between Leap and Tumbleweed).
The package manager detects conflicts and makes me decide what to do with them. I’ve never seen the software or distro dependency definitions fuck up, it was always me making a wrong decision.
Well, and if I do make a wrong decision or anything else should go wrong during the upgrade, I can roll back to the BTRFS snapshot before.On my work laptop, the best I can get is Kubuntu. Apt is much more fickle, since it doesn’t have as clear of a concept of what constitutes a conflict, but also what a correct system should look like.
The whole packages feel much more fickle, too, because they’ve got all these custom patches, so you really don’t want to accidentally mix different versions of packages, like might happen in an incomplete upgrade.
And of course, you get one chance at upgrading. If anything goes sideways, you better have your Live USB ready right away.So, that’s why I would prefer to install fresh right away. Of course, my workplace doesn’t actually allow me to do that either. They really like to keep me on edge.
The only time I don’t do a regular upgrade is for Windows Server. Too much weird shit happens. I like to keep my servers running clean.
This is actually a question I’d like some opinions on!
I have a ton of headless servers running Debian that I just replace the sources.list for an upgrade. I imagine things are much more complicated when switches like X11 to Wayland happen, so all desktop environments get a wipe/install instead… But maybe I’m just making a lot of work for myself doing that!
Nah, regular upgrades should be fine for those too.