Added by Stefano Dolce over 12 years ago
Hi
I try to migrate an old Mantis 1.0.6 database on a MSSQL2005 Server to Redmine MySql.
For Help i use the wiki theme: Migrating from other systems.
The first step: rake redmine:migrate_from_mantis RAILS_ENV="production"
with the Settings:
adapter: sqlserver
host: 192.168.1.95
database: bugtracker
username: sa
password: *
encoden UTF-8
give me following error:
Please install the sqlserver adapter: `gem install activerecord-sqlserver-adapter` (no such file to load -- active_record/connection_adapters/sqlserver_adapter)
after installing the sqlserver adapter
the messege will remain the same.
Have anybody an idea what i can try for the next step?
Dolcetto