Changes between Version 18 and Version 19 of jessie-upgrade-tech-notes
- Timestamp:
- Dec 5, 2015, 6:54:28 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jessie-upgrade-tech-notes
v18 v19 15 15 * Edit /etc/apt/sources.list and change wheezy to jessie ` sed -i 's/wheezy/jessie/g' /etc/apt/sources.list` 16 16 * Run: {{{apt-get update}}} to update to the current distribution 17 * Run: {{{apt-get install dpkg apt}}} to update the package install tools 18 * Run: {{{apt-get install mysql-server}}} to reduce mysql downtime 19 * Run: {{{apt-get install apache2}}} to reduce apache downtime 20 * Run: {{{apt-get install dovecot-core}}} to reduce dovecot downtime 17 * Run: {{{apt-get install dpkg apt mysql-server apache2 dovecot-core}}} to update the package install tools and reduce downtime for core services 21 18 * Run: {{{apt-get upgrade}}} to upgrade packages that don't have any new dependencies 22 19 * Run: {{{apt-get dist-upgrade}}} to upgrade all packages