Added by John Frenklin almost 10 years ago
Jsut as the subject says, Can I connect a redmine 3.0.3 installation to a redmine 2.5.2 database? I am migrated to a new server and figured I would just upgrade to the latest redmine version and connect it to the old databse. If it is not possible, how can I upgrade the db to work with 3.0.3? Thanks for any help
Hello John,
To be short, that's a bad idea, it should break quite many features.
Just update the database with a:
bundle exec rake db:migrate
Cheers,