Modify ↓
Opened 16 years ago
Closed 15 years ago
#3808 closed defect (fixed)
PostgreSQL database upgrade fail
Reported by: | JaeWook Choi | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | VotePlugin |
Severity: | major | Keywords: | PostgreSQL database upgrade |
Cc: | JaeWook Choi | Trac Release: | 0.11 |
Description
trac-admin upgrade failed if PostgreSQL was used as database backend.
psycopg2.InternalError: current transaction is aborted, commands ignored until end of transaction block
Based on comment:ticket:2929:5 and #3298, I was able to fix the problem.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | PostgreSQL_upgrade_patch.patch added |
---|
comment:1 Changed 16 years ago by
Include patch on source code, hopefully it will save next user some time and trouble...
Thanks :), great plugin.
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
PostgreSQL upgrade fail patch