diff --git a/en_US/upgrade/0-upgrade.ubuntu.14.04-16.04.md b/en_US/upgrade/0-upgrade.ubuntu.14.04-16.04.md new file mode 100644 index 00000000..1912cd4e --- /dev/null +++ b/en_US/upgrade/0-upgrade.ubuntu.14.04-16.04.md @@ -0,0 +1,23 @@ +# Fixes you need after upgrading Ubuntu to 16.04 from 14.04 + +[TOC] + +## Postfix + +``` +postconf -e daemon_directory='/usr/lib/postfix/sbin’ +postconf -e shlib_directory='/usr/lib/postfix' +``` + +* Incorrect `daemon_directory` causes Postfix cannot start. +* Incorrect `shlib_directory` causes Postfix cannot find pcre/mysql/pgsql/ldap modules. + +## PHP [OPTIONAL] + +> NOTE: This step is toally optional if you're fine with old PHP release. + +php was not upgraded to 7.0 automatically, have to install them manually: + +``` +apt-get install php-json php-gd php-mcrypt php-curl mcrypt php-intl php-xml php-mbstring php-mysql libapache2-mod-php +``` diff --git a/html/upgrade.ubuntu.14.04-16.04.html b/html/upgrade.ubuntu.14.04-16.04.html new file mode 100644 index 00000000..6949f376 --- /dev/null +++ b/html/upgrade.ubuntu.14.04-16.04.html @@ -0,0 +1,55 @@ + + + + + Fixes you need after upgrading Ubuntu to 16.04 from 14.04 + + + + +

Fixes you need after upgrading Ubuntu to 16.04 from 14.04

+
+ +
+

Postfix

+
postconf -e daemon_directory='/usr/lib/postfix/sbin’
+postconf -e shlib_directory='/usr/lib/postfix'
+
+ + +

PHP [OPTIONAL]

+
+

NOTE: This step is toally optional if you're fine with old PHP release.

+
+

php was not upgraded to 7.0 automatically, have to install them manually:

+
apt-get install php-json php-gd php-mcrypt php-curl mcrypt php-intl php-xml php-mbstring php-mysql libapache2-mod-php
+
+ + \ No newline at end of file