Remix.run Logo
neilv 16 hours ago

This series of posts highlights one of the features of Debian that's occasionally handy: you can usually upgrade between major stable releases in an automated way.

It can be good for workstation laptops, and for pets-not-cattle servers.

Stability for a couple years, then in-place upgrade to newer versions of things all at once. Whenever the timing is good for you (because you can keep using `oldstable` for a long time, with security updates).

Whether this upgrading incrementally keeps working smoothly for decades, I haven't read all of OP's posts to find out. But I've had machines running well after a few major upgrades, and even moving the HDD/SSD between upgraded laptop hardware.

sevensor 4 hours ago | parent | next [-]

I was really impressed that the author was able to upgrade from i686 to PAE to AMD64, all on the same Debian install. The crossgrade tool for the latter is particularly impressive.

Also, I must be getting old, because in my mind systemd and Gnome 3 are still fresh controversies, not part of a “remember when” retrospective.

jraph 10 minutes ago | parent [-]

> Also, I must be getting old, because in my mind systemd and Gnome 3 are still fresh controversies, not part of a “remember when” retrospective.

Yup! :-) In Debian, it was a decade ago (10 and 12 years respectively, in Jessie and Wheezy).

So you remember when /usr used to not be merged? Joking.

buserror an hour ago | parent | prev | next [-]

I have a debian box I installed in 2002. Trust me, it works :-)

pabs3 13 hours ago | parent | prev [-]

Some documentation about that on the Debian wiki:

https://wiki.debian.org/AutomatedUpgrade

It's relatively deterministic too, I've used that combined with apt-offline to upgrade offline servers successfully.