Defect #3993
Wrong connection settings broke migration from trac
Status: | New | Start date: | 2009-10-07 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Importers | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
I have tried to import my old trac database(mysql powered) to redmine, but I have failed.
In case of using UTF-8 as table charset and any other charset as 'character_set_server' on source mysql server import will broke all non-english characters.
But it works well(in my case) if option {:encondig => 'UTF8'} was added to option list on establish_connection in lib/tasks/migrate_from_trac.rb
It happends in both case trunc and 0.8.x branches.
History
#1
Updated by Toshi MARUYAMA over 11 years ago
- Category set to Importers