Comment 3 for bug 856004

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 856004] Re: "OperationalError: database is locked" encountered under very light load while using REST API

On Sep 23, 2011, at 12:20 AM, Stephen A. Goss wrote:

>I'm working on Postgres support. It certainly doesn't work yet, mostly
>because the database creation is very SQLite specific, both the schema
>definitions which are in raw SQLite-flavored SQL, and some supporting
>code. I'm currently creating a mailman_pg.sql file to be used if a
>postgres database URL is given. There's probably a better way to do it,
>and I'd hazard to guess that would have been using a different ORM.

I know these things are notoriously difficult to reproduce, but is there any
chance you have a way to reproduce the problem?

I'll definitely be very interested to see your branch. I think supporting pg
out of the box would be a great benefit.