#2598: SQL logic error or missing database when database seems fine
------------------------------------+---------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  cboos     
     Type:  defect                  |       Status:  closed    
 Priority:  high                    |    Milestone:            
Component:  general                 |      Version:  0.9.3     
 Severity:  critical                |   Resolution:  worksforme
 Keywords:  pysqlite                |  
------------------------------------+---------------------------------------
Changes (by cboos):

  * status:  assigned => closed
  * resolution:  => worksforme

Comment:

 Not sure how you got there, but the problem was a corrupted trac.db.
 Here's what you should do to recover the situation:
 {{{
 $ mv trac.db trac.db.damaged
 $ sqlite3 trac.db.damaged .dump | sqlite3 trac.db
 }}}

 ... and make sure you're using SQLite 3.2.8
 (compiled with `--enable-multithread`, check the PySqlite page).

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2598>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to