Opened 13 months ago
Last modified 12 months ago
#10077 new defect
upgrade from 1.4.6 to 1.4.7 has database transaction error
| Reported by: | anonymous | Owned by: | seccanj |
|---|---|---|---|
| Priority: | normal | Component: | TestManagerForTracPlugin |
| Severity: | normal | Keywords: | |
| Cc: | ppalmer@…, eap@… | Trac Release: | 0.12 |
Description (last modified by rjollos)
Hello,
We are attempting to upgrade TestManager to the latest version and as a stepping stone, we are going to upgrade from 1.4.6 to 1.4.7 to 1.4.8 to the latest. When we attempt to upgrade from 1.4.6 to 1.4.7, we get the following error:
~/testman4trac.1.4.7/bin$ sudo trac-admin /var/lib/trac/prod upgrade ProgrammingError: current transaction is aborted, commands ignored until end of transaction block
The installation failed and we need to reinstall TestManager v1.4.6 to have trac continue to work.
Here is our system info:
OS: Ubuntu 8.04.4 LTS Python: Python 2.5.2 database: PostgreSQL 8.2.7 trac: 0.12.3
We built the egg from the sources since we have Python version 2.5.2. There was no errors when the egg was built.
Any help would be greatly appreciated.
Attachments (1)
Change History (5)
comment:1 Changed 13 months ago by anonymous
- Cc ppalmer@… eap@… added
comment:2 Changed 13 months ago by rjollos
- Description modified (diff)
comment:3 Changed 12 months ago by anonymous
comment:4 Changed 12 months ago by eap@…
Roberto,
We've attempted the upgrade again and attached the section of trac.log specific to the upgrade.
Thank you,
Emilio


Hi,
PosgreSQL has always been somewhat problematic, don't know why :(
It would help if you could set logging level to DEBUG and try the database upgrade again. Then attach the log to this ticket.
I'll take a look as soon as you attach the trace.
Ciao,
Roberto