lxskllr
No Lifer
- Nov 30, 2004
- 60,061
- 10,547
- 126
Best to read the release notes. There's a specific page for every release. Here's the ones for upgrading to trixie...Next step for me is finding out how to upgrade from debian 13 to 14 over the next 2 years so when the time comes I can do it without a clean install and not formatting /home drive.
Must be a guide somewhere.
They're very thorough, and use a lot more care than I do. I make sure all important data is backed up, fully update the existing install, update the sources list, then upgrade.
For example. I'm running bookworm...
Code:
apt update && apt upgrade
Now bookworm is fully updated, so I change my sources list to either trixie or stable. Using the release name locks you into that. You won't ever get anything else. Using the generic term "stable" tracks the stable branch, and you can get new packages beyond trixie after it's been released, but not before.
Code:
apt full-upgrade