Modify ↓
#2358 closed defect (fixed)
Resync failed using postgres backend
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | normal | Milestone: | 0.9.1 |
Component: | admin/console | Version: | 0.9 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm using Trac installation with psycopg1 backend, and it fails on resync command:
Resyncing repository history... Command failed: ERROR: parser: parse error at or near "OR" at character 8 INSERT OR REPLACE INTO system (name,value) VALUES ('repository_dir','svn:2fc9033a-4dcf-0310-b4b7-b96660f064d7:/var/svn/spnd/trunk/statistics')
seems like there's no such "OR" command in PostgreSQL :(
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
Milestone: | → 0.9.1 |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It looks like this is fixed by [2529]. It'll probably get included in 0.9.1 but chances are good you can just apply that patch to your installation in the mean time.