Edgewall Software
Modify

Opened 18 years ago

Closed 17 years ago

#3802 closed defect (wontfix)

upgrading mysql database from v17 to v19 broken

Reported by: neomantra Owned by: daniel
Priority: normal Milestone:
Component: admin/console Version: 0.10rc1
Severity: normal Keywords: mysql upgrade needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

upgrading mysql database from v17 to v19 is broken. the following error occurs: Command failed: (1170, "BLOB/TEXT column 'sid' used in key specification without a key length")

my workaround:

i don't care about session history in my upgrade so i commented out the parts of upgrades/db18.py that transfers the session information.

i also had to comment out the changes in upgrades/db19.py and manually modify the column name (from 'sql' to 'query').

Attachments (0)

Change History (2)

comment:1 by Matthew Good, 18 years ago

Keywords: needinfo added; trac-admin removed

Trac did not support MySQL until v19 of the database schema. Did you patch an earlier version of Trac for MySQL support, or is this the result of migrating SQLite data into MySQL?

comment:2 by Matthew Good, 17 years ago

Resolution: wontfix
Status: newclosed

Since MySQL wasn't supported until v19 of the database we can't support upgrades for earlier versions.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.