Changes between Version 7 and Version 8 of jessie-upgrade-tech-notes


Ignore:
Timestamp:
Dec 3, 2015, 5:01:03 PM (8 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jessie-upgrade-tech-notes

    v7 v8  
    1111}}}
    1212 * Delete all files in /etc/apt/sources.list.d and /etc/apt/preferences.d (these are controlled by puppet and will be replaced when we next run puppet)
     13 * Delete the phpmyadmin database if it exists:
     14{{{
     15mysql
     16drop database phpmyadmin
     17}}}
    1318 * Edit /etc/apt/sources.list and change squeeze to wheezy
    1419 * Run: apt-get update to update to the current distribution
     
    3338 * Run: shutdown -h now to reboot the system (yes, we say "-h" which means halt, but our virtualization engine will detect that it is off and restart it for us)
    3439
    35 == Major changes/Problems ==
     40== Errors and special situations ==
    3641
     42 * When upgrading phpmyadmin you will be asked if you want to create the phpmyadmin database. Answer Yes. When prompted for the admin password, open a new root terminal and copy and paste the password in /root/.my.cnf.
    3743 * Apache has changed from reading /etc/apache2/conf.d to reading /etc/apache2/conf-enabled (which should contain symlinks to /etc/apache2/conf-available). Apache may  warn:
    3844{{{