[MDEV-14037] Unable to upgrade MariaDB on a Debian 9.1 Created: 2017-10-10 Updated: 2017-11-07 Resolved: 2017-11-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Packaging |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Alan Moore | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | debian, upgrade | ||
| Environment: |
Debian 9.1, MariaDB 10.1, i386 |
||
| Description |
|
I have MariaDB installed on a Debian 9.1 (i386) system.
I have an upgrade notification from apt and when I try to upgrade I get the following error:
The content of /etc/apt/sources.list.d/MariaDB.list
Before posting the issue I have performed searches and found nothing, I am not an expert sysadmin. |
| Comments |
| Comment by Elena Stepanova [ 2017-10-10 ] |
|
Your 10.1.26 packages are provided by Debian, while 10.1.28 that you are trying to install come from MariaDB. Package upgrade from one distribution to another, while might work in some cases, is generally not supported, it is recommended to stick to one provider. Debian packages should in general be more convenient, as they are located in the default repository. If you have a reason to switch to packages produced by MariaDB (e.g. you need the new version urgently and can't wait till it appears in Debian repo), please uninstall the existing version, naturally without purging the data, and install the new one. |