Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Dennis Kliban
I filed an issue[0] to track the effort to remove MariaDB support in Pulp 3. [0] https://pulp.plan.io/issues/5129 On Mon, Jul 15, 2019 at 1:01 PM Robin Chan wrote: > +1 > In May, the Foreman community warned us against trying to support many > databases - saying the cost was too high. Without

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Robin Chan
+1 In May, the Foreman community warned us against trying to support many databases - saying the cost was too high. Without any compelling reason to abandon earlier efforts to stay compatible, no action was taken at that time since the cost was nominal until now. With the new information, I agree

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Mike DePaulo
+1 to drop My rationale: At a previous job, MariaDB support would have helped us; we could use our cluster. But a non-clustered postgresql server + Pulp having a lot more features (due to the limitations of MariaDB, and the saved developer time) would have been overall more valuable. -Mike On Mo

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Dana Walker
+1 to drop MariaDB testing/support Dana Walker She / Her / Hers Software Engineer, Pulp Project Red Hat dawal...@redhat.com On Mon, Jul 15, 2019 at 10:41 AM Ina Panova wrote: > +1 to drop MariaDB support. > > > > Regards, > > Ina

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Ina Panova
+1 to drop MariaDB support. Regards, Ina Panova Senior Software Engineer| Pulp| Red Hat Inc. "Do not go where the path may lead, go instead where there is no path and leave a trail." On Sun, Jul 14, 2019 at 10:10 PM Brian Bouterse wrote: > I believe we have reached a point where P

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Pavel Picka
+1 to drop On Mon, Jul 15, 2019 at 4:15 PM Daniel Alley wrote: > +1 to remove MariaDB/MySQL support > > > > > On Mon, Jul 15, 2019 at 10:09 AM Dennis Kliban wrote: > >> +1 to drop support for mariadb >> >> On Mon, Jul 15, 2019 at 10:04 AM Austin Macdonald >> wrote: >> >>> +1 to remove. >>> >>>

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Daniel Alley
+1 to remove MariaDB/MySQL support On Mon, Jul 15, 2019 at 10:09 AM Dennis Kliban wrote: > +1 to drop support for mariadb > > On Mon, Jul 15, 2019 at 10:04 AM Austin Macdonald > wrote: > >> +1 to remove. >> >> On Sun, Jul 14, 2019 at 4:10 PM Brian Bouterse >> wrote: >> >>> I believe we have

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Dennis Kliban
+1 to drop support for mariadb On Mon, Jul 15, 2019 at 10:04 AM Austin Macdonald wrote: > +1 to remove. > > On Sun, Jul 14, 2019 at 4:10 PM Brian Bouterse > wrote: > >> I believe we have reached a point where Pulp (core and its plugins) can >> no longer support MariaDB due to technical problems

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Austin Macdonald
+1 to remove. On Sun, Jul 14, 2019 at 4:10 PM Brian Bouterse wrote: > I believe we have reached a point where Pulp (core and its plugins) can no > longer support MariaDB due to technical problems. I've been an advocate for > Pulp to support MariaDB because it's what our users want. The community

Re: [Pulp-dev] Database support in Pulp 3

2019-07-15 Thread Tatiana Tereshchenko
+1 to drop MariaDB support On Sun, Jul 14, 2019 at 10:10 PM Brian Bouterse wrote: > I believe we have reached a point where Pulp (core and its plugins) can no > longer support MariaDB due to technical problems. I've been an advocate for > Pulp to support MariaDB because it's what our users want.

Re: [Pulp-dev] Database support in Pulp 3

2019-07-14 Thread Brian Bouterse
I believe we have reached a point where Pulp (core and its plugins) can no longer support MariaDB due to technical problems. I've been an advocate for Pulp to support MariaDB because it's what our users want. The community survey has 16 respondents (IIRC) and 30% of them said they wanted to use Mar

Re: [Pulp-dev] Database support in Pulp 3

2019-07-11 Thread Daniel Alley
One more note: Not all MySQL / MariaDB installations support transactions, which we use heavily (and rely on?) https://docs.djangoproject.com/en/2.2/topics/db/transactions/#transactions-in-mysql On Thu, Jul 11, 2019 at 3:55 PM David Davis wrote: > Two plugins are currently running into issues

Re: [Pulp-dev] Database support in Pulp 3

2019-07-11 Thread Bryan Kearney
On 7/11/19 3:54 PM, David Davis wrote: > Two plugins are currently running into issues trying to support > mariadb/mysql. The pulp_ansible plugin is interested in adding full text > search and JSONFields. Meanwhile, the pulp_python plugin is trying to > store emojis in text which mariadb/mysql does