During the upgrade I accepted the maintainer my.cnf and resulted in mysql not starting. I reverted to the old my.cnf and the upgrade process finished with succes.
I attached the diff between old and new my.cnf. # diff -u my.cnf.dpkg-new my.cnf.dpkg-old --- my.cnf.dpkg-new 2013-03-05 11:01:55.738893959 +0200 +++ my.cnf.dpkg-old 2013-01-15 16:12:43.695754573 +0200 @@ -72,9 +72,7 @@ #general_log_file = /var/log/mysql/mysql.log #general_log = 1 # -# Error log - should be very few entries. -# -log_error = /var/log/mysql/error.log +# Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf. # # Here you can see queries with especially long duration #log_slow_queries = /var/log/mysql/mysql-slow.log @@ -96,6 +94,8 @@ # InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/. # Read the manual for more InnoDB related options. There are many! # + +innodb_log_file_size=268435456 # * Security Features # # Read the manual, too, if you want chroot! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1075251 Title: package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1075251/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
