Project

General

Profile

Putting database from redmine 1.1.2 to redmine 2.3.1

Added by Bakej Pan about 11 years ago

Hello guys

I instaled fresh redmine 2.3.1 with passanger and mysql2, everything goes ok but now i have big problem.

I need to put database from old 1.1.2 to the new one. Can you easily explain me how to do that? i have backup of that database ( its like backup.sql ) and 10 MB. What should i start with?
and faqs and howtos are old and not working :/


Replies (1)

RE: Putting database from redmine 1.1.2 to redmine 2.3.1 - Added by Radhakrishna M about 11 years ago

mysql -u root -p new_db_name < backup.sql

c:\redmine-2.3.0>rake db:migrate

that's all

    (1-1/1)