Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.5
-
None
-
None
-
Debian Wheezy wirth http://mirrors.linsrv.net/mariadb/repo/10.0/debian mirror.
Description
I tried to upgrade MariaDB from 10.0.4 to 10.0.5 on my Debian Wheezy installation. 10.0.4 was a clean installation (no previous MySQL). I didn't do anything which could have broken dependencies or something else.
I got this error when upgrading :
dpkg: error processing /var/cache/apt/archives/libmariadbclient18_10.0.5+maria-1~wheezy_amd64.deb (--unpack) :
|
trying to overwrite '/usr/lib/mysql/plugin/dialog.so' ยป', which is also in package mariadb-server-10.0 10.0.4+maria-1~wheezy
|
Errors were encountered while processing:
|
/var/cache/apt/archives/libmariadbclient18_10.0.5+maria-1~wheezy_amd64.deb
|
E: Sub-process /usr/bin/dpkg returned an error code (1)
|
Please tell me how I can fix it.
Hi,
Thanks for reporting this.
Yes, unfortunately it so happens that the direct upgrade from alpha to beta currently does not work. Please run the following:
sudo apt-get remove libmariadbclient18 libmysqlclient18 mariadb-client-10.0 mariadb-client-core-10.0 mariadb-server mariadb-server-10.0 mariadb-server-core-10.0
sudo apt-get install mariadb-server
It should fix the broken installation (and your data should remain intact, but as usual with any upgrade, the good practice is to make a backup before running it).
Please let us know if it works for you.
Thanks and sorry for the inconvenience.