We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94f20f commit 022bf7eCopy full SHA for 022bf7e
ee/cli/plugins/stack_migrate.py
@@ -79,7 +79,7 @@ def migrate_mariadb(self):
79
Log.info(self, "Updating apt-cache, please wait ...")
80
EEAptGet.update(self)
81
Log.info(self, "Installing MariaDB, please wait ...")
82
- EEAptGet.remove(self, ["mysql-common"])
+ EEAptGet.remove(self, ["mysql-common", "libmysqlclient18"])
83
EEAptGet.auto_remove(self)
84
EEAptGet.install(self, apt_packages)
85
0 commit comments