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?

  • @bloodfart@lemmy.ml
    link
    fedilink
    30
    edit-2
    1 year ago

    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.

    • Avid Amoeba
      link
      fedilink
      3
      edit-2
      1 year ago

      Upgrading Ubuntu LTS since 2014. It’s always a good idea to read the release notes in order to know what’s changed. In general LTS-to-LTS upgrades have been trouble-free.

  • @Zucca@sopuli.xyz
    link
    fedilink
    151 year ago

    Rolling with Gentoo here. Reinstall is not performed even when complete hardware upgrade has been done.

    • @Nibodhika@lemmy.world
      link
      fedilink
      21 year ago

      Well, I also use a rolling release distro, my disk died last week so I had to reinstall, so technically FULL hardware update might require a reinstall (safer than copying the root folder from one disk to another since the old one was bad), but yeah, before that I’ve replaced almost every piece of that laptop without a reinstall, even switched from Nvidia to AMD.

      • @Zucca@sopuli.xyz
        link
        fedilink
        11 year ago

        Well, yeah. Hard drive failure can force a reinstall. And with laptops there isn’t usually another place for a hard drive, from where to restore the system.

  • @KISSmyOSFeddit@lemmy.world
    link
    fedilink
    111 year ago

    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 install don’t use Ubuntu anymore.

  • @ik5pvx@lemmy.world
    link
    fedilink
    91 year ago

    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.

  • @pop@lemmy.ml
    link
    fedilink
    61 year ago

    Wait for a bugfix release after a major release. Then upgrade.

    need moar bugs fixed, just to be safe

  • ares35
    link
    fedilink
    6
    edit-2
    1 year ago

    upgrades have been working fine here, both linux and windows, for well over a decade.

    only if a system is also being repurposed at the time of the ‘upgrade’, or if i’m changing the connection type of the boot drive (such as from sata to nvme, or switching an older system to ahci mode) do i install ‘from scratch’.

  • danielfgom
    link
    fedilink
    English
    51 year ago

    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.

  • boredsquirrel
    link
    fedilink
    3
    edit-2
    1 year ago

    rpm-ostree upgrade

    is enough on uBlue, as system release upgrades are automatically staged and just like normal updates.

    rpm-ostree rebase may be needed on Fedora Atomic

    Use a well versioned package manager guys.

  • @axb@lemmy.ml
    link
    fedilink
    English
    31 year ago

    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.

  • @shrugal@lemm.ee
    link
    fedilink
    31 year ago

    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.

  • @tsonfeir@lemmy.world
    link
    fedilink
    21 year ago

    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.

  • @Peffse@lemmy.world
    link
    fedilink
    21 year ago

    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!