{{lastupdated_at}} by {{lastupdated_by}} {{>toc}} h1. Debian 8 to 9 h2. Update sources list
vim /etc/apt/sources.list
:%s/jessie/stretch/g
h2. Upgrade the system h3. Check for Necessary Disk Space
apt-get -o APT::Get::Trivial-Only=true dist-upgrade
h3. Update the sources
apt-get update
h3. Minimal Upgrade
 apt-get upgrade
h3. Full Upgrade
apt-get dist-upgrade
h2. Common problems h3. iBackup PT ticket #35194-19 header.pl and constants.pm are in the ibackup directory but perl on debian does not look in the local directory for @INC. to fix copy both header.pl and constants.pm into /etc/perl/ h3. backupninja until backupninja gets the fixes pushed out to the debian repo PT ticket #35353 add @partitions = no@ to job 15 https://www.howtoforge.com/tutorial/how-to-upgrade-debian-8-jessie-to-9-stretch/