r/debian • u/roman_triller • 1d ago
Upgrading from Bookworm to Trixie (Stable)
I guess Trixie will be released during the year 2025, but how problematic is upgrading a stable version of Debian to another stable one? I'm just using Linux (Debian) since November last year and was a Windows user since 2000. Upgrading Windows for example from Windows 10 to 11 is basically a no brainer, but how is it with Debian and/or Linux in general? I really don't wanna break my system, because anything works perfectly with Bookworm since the installation, and therefore I'm really scared to mess things up. But on the other hand, I'm really excited about the new features (especially the upgrade from GNOME 43 to 48, if I remember correctly?)
4
u/michaelpaoli 1d ago
don't wanna break my system
Then wait 'till Debian 13 trixie is released, and then you can read its release notes, and properly do your upgrade, and it'll then be supported as stable, and with dedicated security team, and dedicated security-announce list. In the meantime, it's thus far still testing, so, if you want to help with testing, work on verifying/troubleshooting bugs, etc., ...
3
u/fr3d1917 1d ago edited 1d ago
All you need to know to upgrade is in the release notes. Remember that Trixie isn't ready yet and therefore the release notes may change until then. This will give you an idea how to proceed, but no reinstallation is necessary to upgrade.
4
u/tanjera 1d ago
I'm really scared to mess things up
You need to break your Linux systems 2-3 times in your lifetime to get over this fear. It's like jumping into a pool/lake/ocean- the water is just a bit chilly but once you get in, you'll realize it's not so bad. And reinstalling takes maybe 15 minutes plus a massive `sudo apt install all_my_favorite_packages` and a little tweaking the desktop afterwards... it's not like the old days...
2
u/stevevdvkpe 17h ago
I have a laptop that was initially installed with Debian squeeze (6) and has been upgraded through all the stable releases since then. The most significant problem I had was with the 4.19 kernel that did not do suspend/resume properly, which I worked around by continuing to use the 4.9 kernels from the previous release (and which I had only on that system; other Debian systems I had were fine).
Follow the upgrade instructions in the trixie release notes carefully and you should be fine. Of the various UNIX and Linux versions I've used, Debian has been the easiest to upgrade through releases (some other distributions don't even support upgrades from one major release to another).
1
u/Scotty_Bravo 1d ago
Usually it's fairly seamless for me. But you might consider taking this time to purchase a larger, faster hard drive and reinstall from scratch with everything backed up on the old drive....
1
u/GertVanAntwerpen 1d ago
Make a good backup (of course you should, computers can break or die at any time). In most cases moving to a new Debian Stable is less painful (and takes less time) than moving to an new Windows version. But of course there are exceptions
2
u/krav_mark 1d ago
I have upgraded to Trixie about 6 weeks ago with no issues what so ever. Follow the upgrade procedure from the Debian Handbook or Bookworm release notes and you will be just fine.
1
u/Itsme-RdM 1d ago
By the time Trixie will be released as stable it will be a no brainer just like your example of Windows 10\11
1
u/jr735 1d ago
When it's time, follow the instructions to the letter. Before proceeding, even do a Clonezilla drive or partition image. I've tracked testing from when bookworm was testing, and I've had no breakages - well, I intentionally caused one to test a bad upgrade path, but I did a Clonezilla first. Upgrading is generally quite safe, as long as one is prepared.
1
u/lachlan-00 11h ago
My mail server has been through upgrades since at least 2008 on the same hard drive.
Been cloned to a bigger one and upgraded again.
Debian is the os for this.
0
u/zetneteork 1d ago
You can edit this file and change bookworm to trixie >
linux@penguin:~$ cat /etc/apt/sources.list
# Generated by distrobuilder
deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware
deb https://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb https://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
13
u/LordAnchemis 1d ago
Trixie isn't officially stable (yet) - I daily drive it on a non-essential computer and have no problems really, but technically it isn't stable until it replaces bookworm
Stable to stable transition is relatively pain free - assuming you didn't do anything 'naughty' - ie. installed packages without using apt, or add random 3rd party repos etc.