automysqlupdate package for Ubuntu 14.04 is not compatible with mariadb #2

Closed
barraponto opened this Issue Aug 11, 2015 · 5 comments

Comments

Projects
None yet
2 participants

I just added the host to the debops_mariadb_server and ran debops.
I got the following error:
https://gist.github.com/barraponto/d26d1fa3d8fec6bc6ff6/f602179baf0ea1d7de5eec0d8ed5a0f81669b6e2

I tried adding mysql-client to the mariadb_server_packages variable, but it failed too.
Here's the log: https://gist.github.com/barraponto/d26d1fa3d8fec6bc6ff6

@barraponto barraponto changed the title from Issues installing to debops_mariadb_server group to automysqlupdate package for Ubuntu 14.04 is not compatible with mariadb Aug 12, 2015

The automysqlbackup package for Ubuntu Trusty 14.04 can't be installed together with mariadb-client. It was fixed in Debian Jessie and newer versions of Ubuntu (14.10+).

Ubuntu Trusty package: http://packages.ubuntu.com/trusty/automysqlbackup
Debian Jessie package: https://packages.debian.org/jessie/automysqlbackup
Debian packaging thread: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732878

Owner

drybjed commented Aug 12, 2015

So, it looks like Ubuntu team will try and backport the fix to Trusty. In the meantime, you could try switching the mariadb_server_flavor to mysql, it should work fine then. After you test it, it can be added to the flavor map to fix the issue on Trusty for the time being.

Owner

drybjed commented Sep 9, 2017

It seems that the problem with automysqlbackup in Ubuntu Trusty has been fixed, according to the Ubuntu bug database linked above. Due to that, I'm closing this issue.

@drybjed drybjed closed this Sep 9, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment