On Sunday, September 11, 2016 at 4:33:44 PM UTC-7, Greg Troxel wrote: > > > RjOllos <[email protected]> writes: > > >> Trac 1.0 is documented not to support python 3, and the package notes > >> this in a comment. Still true? > > > > There is still not support for Python 3. Python 3 support may be coming > > with Trac 1.3.x. > > Thanks. I didn't mean to complain -- more that I was checking that I was > not confused. > > >> The package supports sqlite3 and pgsql via pyscopg2. I use pgsql. > >> The package notes that mysql is not recommended by upstream. Is that > >> still a fair statement? > > > > I can see why MySQL was not recommended at one time, but support is > pretty > > good now so I think you could remove that statement. > > OK - I have softened it: > > # Upstream has MySQL support but there are significant caveats: > # https://trac.edgewall.org/wiki/MySqlDb > # Anyone is welcome to add a (tested!) mysql option. > > The bit about charsets scares me slightly, so I'm leaving it for someone > who wants to run it to test on NetBSD. I find that pgsql works great > (and has for a really long time), so I'm personally sticking with it. >
I'd be interested to hear what other have to say, but I haven't any significant problems in the two MySQL sites that I've run with recent Trac 1.0.x releases. In most cases I think users will be okay if they run with the recommended storage engine, charset and collation. My understanding is that the options will just be expanded with #12363. The number of PostgreSQL issues (1) is comparable to the number of MySQL issues (2). The only major issue I've run into is #12390; it can be worked around and is probably rarely encountered. I would rather run PostgreSQL, but that's just a personal preference and matter of familiarity. - Ryan (1) https://trac.edgewall.org/query?status=assigned&status=new&status=reopened&keywords=~postgres&group=status&order=priority (2) https://trac.edgewall.org/query?status=assigned&status=new&status=reopened&keywords=~mysql&group=status&order=priority #12363: https://trac.edgewall.org/ticket/12363 #12390: https://trac.edgewall.org/ticket/12390 -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-dev. For more options, visit https://groups.google.com/d/optout.
