Re: F18 => F19 update adventures

2013-06-14 Thread Honza Horak
On 06/10/2013 01:21 PM, Honza Horak wrote: On 06/08/2013 04:38 AM, Adam Williamson wrote: On Fri, 2013-06-07 at 21:53 +0200, Michał Piotrowski wrote: That was simple... sudo systemctl enable mysqld.service ln -s '/usr/lib/systemd/system/mysqld.service' '/etc/systemd/system/multi-user.target.wa

Re: F18 => F19 update adventures

2013-06-12 Thread Honza Horak
On 06/12/2013 02:40 AM, Adam Williamson wrote: On Tue, 2013-06-11 at 07:47 +, "Jóhann B. Guðmundsson" wrote: On 06/11/2013 06:38 AM, James Hogarth wrote: What do administrators have to do to prevent being migrated from mysql to mariadb on upgrades? If you would prefer to use commun

Re: F18 => F19 update adventures

2013-06-11 Thread James Hogarth
> > I think the best thing that would be possible would be to install > community-mysql manually before triggering the rest of the upgrade, but > dependencies might become an issue. I suppose we could provide a > community-mysql package in F18 so people could switch to it before doing > the upgrade

Re: F18 => F19 update adventures

2013-06-11 Thread Adam Williamson
On Tue, 2013-06-11 at 07:47 +, "Jóhann B. Guðmundsson" wrote: > On 06/11/2013 06:38 AM, James Hogarth wrote: > > > > > > > > > What do administrators have to do to prevent being migrated from > > mysql to mariadb on upgrades? > > > > > > > If you would prefer to use community-mysql rather th

Re: F18 => F19 update adventures

2013-06-10 Thread Jóhann B. Guðmundsson
On 06/10/2013 11:21 AM, Honza Horak wrote: Thanks for reporting this. Currently, we use standard systemd macros in both and since package replacement is not actually an update, then mariadb gets to default (non-enabled) status the same like after the first install. What we could do is to

Re: F18 => F19 update adventures

2013-06-10 Thread Honza Horak
On 06/08/2013 04:38 AM, Adam Williamson wrote: On Fri, 2013-06-07 at 21:53 +0200, Michał Piotrowski wrote: That was simple... sudo systemctl enable mysqld.service ln -s '/usr/lib/systemd/system/mysqld.service' '/etc/systemd/system/multi-user.target.wants/mysqld.service' But why update removed

Re: F18 => F19 update adventures

2013-06-07 Thread Adam Williamson
On Fri, 2013-06-07 at 21:53 +0200, Michał Piotrowski wrote: > That was simple... > > sudo systemctl enable mysqld.service > ln -s '/usr/lib/systemd/system/mysqld.service' > '/etc/systemd/system/multi-user.target.wants/mysqld.service' > > > But why update removed this service from multi-user.targ