|
@ -87,7 +87,6 @@ class EEStackMigrateController(CementBaseController): |
|
|
apt_packages = apt_packages + ["dovecot-mysql", "postfix-mysql", |
|
|
apt_packages = apt_packages + ["dovecot-mysql", "postfix-mysql", |
|
|
"libclass-dbi-mysql-perl"] |
|
|
"libclass-dbi-mysql-perl"] |
|
|
|
|
|
|
|
|
apt_packages = EEVariables.ee_mysql + ["php5-mysql"] |
|
|
|
|
|
Log.info(self, "Updating apt-cache, please wait ...") |
|
|
Log.info(self, "Updating apt-cache, please wait ...") |
|
|
EEAptGet.update(self) |
|
|
EEAptGet.update(self) |
|
|
Log.info(self, "Installing MariaDB, please wait ...") |
|
|
Log.info(self, "Installing MariaDB, please wait ...") |
|
|