You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an older version of Redmine which we have been using for several years.
The older version installed is Redmine 1.0.4.stable (MySQL).
The new version we have installed onto a new environment and network is:
Environment:
Redmine version 2.6.0.stable
Ruby version 2.0.0-p594 (2014-10-27) [i386-mingw32]
Rails version 3.2.19
Environment production
Database adapter SQLServer
SCM:
Subversion 1.8.8
Git 1.9.0
Filesystem
Redmine plugins:
clipboard_image_paste 1.9
redmine_importer 1.2.2
What I wish to do, is export all the issues out of the old version into a csv file, and upload them into the new system.
I have installed so far three versions of importer plugins and cannot get any to work.
The last one I installed is this one: https://github.com/zh/redmine_importer - installed step by step as per the instructions, however i now get this error shown on the module and when you click on the imported module the page cannot be displayed:
translation missing: en.label_import
Some googling mentions a problem with the en.yml file - but I cannot see any issues with it?
Can someone please help or recommend a plugin that works with the above versions?
I only have around 1200 issues I want to import from the older mysql version to SQL server version..
The text was updated successfully, but these errors were encountered:
Error - translation missing: en.label_import means that there is no message defined for label_import in your translation file. You need to add an entry in en.yml.
Open en.yml and add an entry as label_import: "Import Issues".
Redmine importer will not be able to import issue history details (journals & journal_details). I would suggest you to write a rake task to read issues from MySQL and insert them into SQL Server.
Hi Guys,
We have an older version of Redmine which we have been using for several years.
The older version installed is Redmine 1.0.4.stable (MySQL).
The new version we have installed onto a new environment and network is:
Environment:
Redmine version 2.6.0.stable
Ruby version 2.0.0-p594 (2014-10-27) [i386-mingw32]
Rails version 3.2.19
Environment production
Database adapter SQLServer
SCM:
Subversion 1.8.8
Git 1.9.0
Filesystem
Redmine plugins:
clipboard_image_paste 1.9
redmine_importer 1.2.2
What I wish to do, is export all the issues out of the old version into a csv file, and upload them into the new system.
I have installed so far three versions of importer plugins and cannot get any to work.
The last one I installed is this one: https://github.com/zh/redmine_importer - installed step by step as per the instructions, however i now get this error shown on the module and when you click on the imported module the page cannot be displayed:
translation missing: en.label_import
Some googling mentions a problem with the en.yml file - but I cannot see any issues with it?
Can someone please help or recommend a plugin that works with the above versions?
I only have around 1200 issues I want to import from the older mysql version to SQL server version..
The text was updated successfully, but these errors were encountered: