Hi,
I tried to move this trac instance
http://sourceforge.net/apps/trac/sumo/ (which is still 0.11.2.1) to a
separate server and simultaneously switch to 1.0.1. I backuped the
files and the db as mentioned on the sourceforge help pages and
successfully replayed the mysql dump into my own db. I installed trac
1.0.1, edited the db credentials and tried trac-admin <path> upgrade
with the following error:
$ trac-admin $HOME/sumo_trac upgrade
.../Trac-0.12.5-py2.7.egg/trac/db/util.py:66: Warning: Incorrect
string value: '\xEF\xBF\xBDetr...' for column 'message' at row 5593
OperationalError: (1267, "Illegal mix of collations
(utf8_bin,IMPLICIT) and (latin1_general_ci,EXPLICIT) for operation
'like'")

Trying to change the encoding of the db and resubmitting resulted in:

OperationalError: (1690, "BIGINT value is out of range in
'(`sumoSimTrac`.`attachment`.`time` * 1000000)'")

which is probably not related to the first error.

Also if I do not change the encoding, the error vanishes if I simply
issue the upgrade command again. Any hints on how to proceed? Changing
the column type by hand does not help. Is SourceForge running a
special version of trac?

Regards,
Michael

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to