Modify ↓
#13259 closed defect (fixed)
Upgrade process fails
| Reported by: | anonymous | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Component: | MasterTicketsPlugin |
| Severity: | normal | Keywords: | upgrade |
| Cc: | Trac Release: | 1.2 |
Description
trac-admin '...trac' upgrade
fails with:
The upgrade failed. Please fix the issue and try again. TracError: No upgrade package mastertickets.upgrades
It happens at else clause of upgrade at api.py
dbm.upgrade(db_default.version, db_default.name,
'mastertickets.upgrades')
This line references an unknow package for upgrades.
To resolve it, apply this patch to setup.py:
19c19 < packages=['mastertickets', 'mastertickets.upgrades'], --- > packages=['mastertickets'],
Thanks
Attachments (0)
Change History (3)
comment:1 Changed 8 years ago by
| Status: | new → accepted |
|---|
comment:2 Changed 8 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.



In 16731: