[debian-mysql] Jessie -> Stretch Migration

Robie Basak robie.basak at ubuntu.com
Thu Dec 8 07:17:52 UTC 2016


On Wed, Dec 07, 2016 at 08:26:36PM +0000, PICCA Frederic-Emmanuel wrote:
> In fact  I do not need to have a running server on the machine where I install the tango-db service.
> I just need to have a working server somewhere.

If you just need a working server somewhere, then depend on the
appropriate server-core package instead. That drops in the binaries
without any configuration (and you'll need to arrange the configuration
and daemon startup yourself).

> This is why I did not make it depends on the mysql-server erver.

OK.

> It there an official way to express: having a running server available. ?

If you want a running server available, then I suppose you must
Pre-Depend on the server package.

> In fact my question was more. I have a running service with mysql-server installed on my machine.
> 
> I did the upgrade and at the end I do not have a mariadb-server runingon my machine.
> 
> I thought that for Jessie -> Stretch it was expected during the upgrade to replace the mysql-server with mariadb.

I don't believe we've planned or been asked to provide this.

> Is it already available in testing or should I wait before doing this sort ofmigration test.

I believe you can just install mariadb-server manually and your system
will switch. However note that you cannot go the other way
automatically, so take a backup first.

If you have any customised configuration for MySQL in
/etc/mysql/mysql.cnf.d, you'll need to
translate this in /etc/mysql to MariaDB (/etc/mysql/mariadb.cnf.d?) as
well.

Robie



More information about the pkg-mysql-maint mailing list