Getting "database is locked" error messages from Trac - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T00:28:36Zhttp://stackoverflow.com/feeds/question/125701http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/125701/getting-database-is-locked-error-messages-from-trac0Getting "database is locked" error messages from TracEpaga2008-09-24T06:29:30Z2009-09-14T19:14:29Z
<p>Wondering if anyone has gotten the infamous "database is locked" error from Trac and how you solved it. It is starting to occur more and more often for us. Will we really have to bite the bullet and migrate to a different DB backend, or is there another way?</p>
<p>See these two Trac bug entries for more info:</p>
<p><a href="http://trac.edgewall.org/ticket/3446" rel="nofollow">http://trac.edgewall.org/ticket/3446</a></p>
<p><a href="http://trac.edgewall.org/ticket/3503" rel="nofollow">http://trac.edgewall.org/ticket/3503</a></p>
<p><strong>Edit 1</strong> Thanks for the answer and the recommendation, which seems to confirm our suspicion that migrating to PostgreSQL seems to be the best option. The SQLite to PostgreSQL script is here: <a href="http://trac-hacks.org/wiki/SqliteToPgScript" rel="nofollow">http://trac-hacks.org/wiki/SqliteToPgScript</a> Here goes nothing...</p>
<p><strong>Edit 2 (solved)</strong> The migration went pretty smooth and I expect we won't be seeing the locks any more. The speed isn't noticeably better as far as I can tell, but at least the locks are gone. Thanks!</p>
http://stackoverflow.com/questions/125701/getting-database-is-locked-error-messages-from-trac/125714#1257142Answer by Armin Ronacher for Getting "database is locked" error messages from TracArmin Ronacher2008-09-24T06:37:09Z2008-09-24T06:37:09Z<p>That's a problem with the current SQLite adapter. There are scripts to migrate to postgres and I can really recommend that, postgres is a lot speeder for trac.</p>
http://stackoverflow.com/questions/125701/getting-database-is-locked-error-messages-from-trac/1423370#14233701Answer by unknown (google) for Getting "database is locked" error messages from Tracunknown (google)2009-09-14T19:14:29Z2009-09-14T19:14:29Z<p>They just fixed this on Sept 10, and the fix will be in 0.11.6.</p>
<p><a href="http://trac.edgewall.org/ticket/3446#comment:39" rel="nofollow">http://trac.edgewall.org/ticket/3446#comment:39</a></p>