Actions
Debian 9 to 10 » History » Revision 2
« Previous |
Revision 2/12
(diff)
| Next »
Jamila Khan, 02/25/2020 10:13 PM
adding known borg issue
Updated over 4 years ago by Jamila Khan
- Table of contents
- Debian 9 to 10
Debian 9 to 10¶
Update sources list¶
vim /etc/apt/sources.list
:%s/stretch/buster/g
Upgrade the system¶
Check for Necessary Disk Space¶
apt-get -o APT::Get::Trivial-Only=true dist-upgrade
Update the sources¶
apt-get update
Minimal Upgrade¶
apt-get upgrade
Full Upgrade¶
apt-get dist-upgrade
Upgrade MySQL databases (if MySQL/MariaDB installed)¶
mysql_upgrade
Common problems¶
borg¶
- Changes needed to the borg backupninja jobs #48568-1
- need to add
encryption = none
just above the passphrase - change the path to the directory to be the complete full path, not use the tilde for home like ~/backups/borgbackups/offal, and must start with a slash so
/home/members/srlp/backups/srlp-sync/borgbackups
notborgbackups/
- need to add
Updated by Jamila Khan over 4 years ago · 2 revisions
Also available in: PDF HTML TXT
Go to top