Changes between Version 1 and Version 2 of support-team/wheezy-upgrade-tech-notes
- Timestamp:
- Nov 4, 2013, 5:58:55 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
support-team/wheezy-upgrade-tech-notes
v1 v2 1 [[PageOutline ()]]1 [[PageOutline]] 2 2 = Technical notes on upgrading from squeeze to wheezy = 3 3 4 This page details some of the issues we've encountered regarding the squeeze to wheezy upgrades, additional information can be found on #7425, [[squeeeze-wheezy-mosh-upgrade]], and [[support-team/server-upgrade-status]]. 4 This page details some of the issues we've encountered regarding the squeeze to wheezy upgrades, additional information can be found on #7425, [wiki:squeeze-wheezy-mosh-upgrade], and [wiki:support-team/server-upgrade-status]. 5 6 == major changes == 7 8 please add more as we discover them: 9 10 PHP:: 11 we move from PHP 5.3 (which is [http://php.net/archive/2013.php#id2013-07-11-1 approaching end of life]) to PHP 5.4 5 12 6 13 == phpmyadmin and php5_cgi == … … 25 32 == configuration files to keep == 26 33 Almost all configuration files will use the package maintainers version. Here is the short list of things not to modify: 27 === /etc/cron.d/awstats===34 === `/etc/cron.d/awstats` === 28 35 Keep the currently installed version, we do not actually want awstats to install a cronjob since we manage this cronjob separately. 29 === /var/log/sysstat===30 The newer version of sysstat asks that you delete the current files, ''' Do it!'''.31 === /etc/default/grub===36 === `/var/log/sysstat` === 37 The newer version of sysstat asks that you delete the current files, '''do it''' 38 === `/etc/default/grub` === 32 39 You will be given the following options for grub: 33 40 34 1. install the package maintainer's version35 2. keep the local version currently installed36 3. show the differences between the versions37 4. show a side-by-side difference between the versions38 5. show a 3-way difference between available versions39 6. do a 3-way merge between available versions (experimental)40 7. start a new shell to examine the situation41 1. install the package maintainer's version 42 2. keep the local version currently installed 43 3. show the differences between the versions 44 4. show a side-by-side difference between the versions 45 5. show a 3-way difference between available versions 46 6. do a 3-way merge between available versions (experimental) 47 7. start a new shell to examine the situation 41 48 42 49 You can safely just choose to keep the local version as there are no meaningful changes to the package maintainers version. 43 50 44 == = rebooting ===51 == rebooting == 45 52 Upon rebooting rose using `shutdown -h now` the service on rose's host failed to start the kvm process. This required the following commands from `root@florence.mayfirst.org`: 46 53