On February 14 the new Debian version – codename “Lenny” show up. I decided to upgrade my Debian server based on Etch.
First I made backup of /etc/apt/sources.list and next i manually changed lines:
before change:
after change:
deb http://ftp.pl.debian.org/debian lenny main
deb-src http://ftp.pl.debian.org/debian lenny main
deb http://security.debian.org/ lenny/updates main contrib
deb-src http://security.debian.org/ lenny/updates main contrib
The last thing was to update apt settings
# apt-get dist-upgrade
and the upgrade process begins 🙂