Question

I'm currently using Redmine 1.3.0 and newly installed Redmine 2.5.0. How can I migrate old redmine database to the new one?

Was it helpful?

Solution

You can simply follow the database update instructions on the redmine wiki.:

  • install new version of redmine
  • configure new version
  • run RAILS_ENV=production rake db:migrate

This will automatically upgrade your database to the latest version.

Be sure to check the admin section for new settings and adjust them.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top