Changes between Version 4 and Version 5 of support-team/wheezy-upgrade-tech-notes


Ignore:
Timestamp:
Mar 1, 2014, 9:02:26 PM (11 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • support-team/wheezy-upgrade-tech-notes

    v4 v5  
    1111  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
    1212
    13 == phpmyadmin and php5_cgi ==
    14 We encountered weirdness with phpmyadmin during the upgrade to rose.
     13== configuration files to keep ==
    1514
    16 After the upgrade phpmyadmin failed to load with the error:
     15Almost all configuration files will use the package maintainers version.  Here is the short list of things not to modify or that need special attention:
    1716
    18 `navigation.php< not found on the server.`
     17=== /etc/mysql/my.cnf ===
    1918
    20 Apparently the apache module php5_cgi created this problem as
    21 dis-enabling it fixed the error.  However, we're not sure why the
    22 module got loaded.  We'll need to pay attention to this issue on
    23 future upgrades, though that module does not seem to be loaded on
    24 other moshes.
     19Be sure to use the package maintainer version ''but'' hit "D" to see the differences and add any changes that we have added to /etc/mysql/conf.d/`hostname`.cnf
    2520
    26 We also needed to rebuild the phpmyadmin control database.  This was
    27 done using the info from `/etc/phpmyadmin/config-db.php`.  It's not clear
    28 why, but the old phpmyadmin control database did not transfer to the
    29 upgraded version of the system.  Likely due to choices made during the
    30 [DebianPackage:phpmyadmin] reconfiguration.
    31 
    32 == configuration files to keep ==
    33 Almost all configuration files will use the package maintainers version.  Here is the short list of things not to modify:
    3421=== `/etc/cron.d/awstats` ===
    3522Keep the currently installed version, we do not actually want awstats to install a cronjob since we manage this cronjob separately.
     
    7057}}}
    7158
     59== phpmyadmin and php5_cgi ==
     60
     61We encountered weirdness with phpmyadmin during the upgrade to rose.
     62
     63After the upgrade phpmyadmin failed to load with the error:
     64
     65`navigation.php< not found on the server.`
     66
     67Apparently the apache module php5_cgi created this problem as
     68dis-enabling it fixed the error.  However, we're not sure why the
     69module got loaded.  We'll need to pay attention to this issue on
     70future upgrades, though that module does not seem to be loaded on
     71other moshes.
     72
     73We also needed to rebuild the phpmyadmin control database.  This was
     74done using the info from `/etc/phpmyadmin/config-db.php`.  It's not clear
     75why, but the old phpmyadmin control database did not transfer to the
     76upgraded version of the system.  Likely due to choices made during the
     77[DebianPackage:phpmyadmin] reconfiguration.
     78