{{lastupdated_at}} by {{lastupdated_by}} {{>toc}} h1. Debian 9 to 10 h2. Update sources list
vim /etc/apt/sources.list
:%s/stretch/buster/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
h3. Upgrade MySQL databases (if MySQL/MariaDB installed)
mysql_upgrade
h2. Common problems