Hi All, I want to upgrade my ubuntu server from 9.10 to 10.04, will this be an issue, or is there an easier way ? thanks in advance
The only problem I had was the first time I did it, I removed old files. What you want to do is not change file (my.conf etc) and keep all old files. When I removed old files, I lost libmysqlclient15 which is needed for mydns. When I tried again, and kept all old files everything works fine.
after upgrade steps? in the upgrade notes (9.10-10.04) i read about: Imagemagic-install required packages mysql- do REPAIR TABLE on utf-8 FULL index suphp-re name all syntax in suphp &apache configs from application/x-httpd.php to application/x-httpd.php-suphp Any comments how to do this steps ? I need more details please
Code: perl -pi -e 's/application\/x-httpd.php/application\/x-httpd.php-suphp/g' /etc/apache2/sites-available/ Have not tried it myself