Modify ↓
Opened 20 years ago
Closed 20 years ago
#1349 closed defect (invalid)
Trac Lockup
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I have a multiple environment Trac project currently running on Berkeley DB. When put to full use, along with concurrent check-in/out from svn, the svn database will lock up and I cannot view the timeline or browse the source. The database is not corrupted, I have to run 'svnadmin recover' to restore functionality.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
This is probably a configuration issue related to permissions. Please search the mailing list archives and/or the existing tickets for some tips (one pretty common tip is to use fsfs instead of bdb). Also see #571.