Skip to content

Commit 022bf7e

Browse files
author
gau1991
committed
Fixed 12.04 issue with ee stack migrate
1 parent e94f20f commit 022bf7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/cli/plugins/stack_migrate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def migrate_mariadb(self):
7979
Log.info(self, "Updating apt-cache, please wait ...")
8080
EEAptGet.update(self)
8181
Log.info(self, "Installing MariaDB, please wait ...")
82-
EEAptGet.remove(self, ["mysql-common"])
82+
EEAptGet.remove(self, ["mysql-common", "libmysqlclient18"])
8383
EEAptGet.auto_remove(self)
8484
EEAptGet.install(self, apt_packages)
8585

0 commit comments

Comments
 (0)