Added by Bakej Pan almost 12 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 :/
mysql -u root -p new_db_name < backup.sql
c:\redmine-2.3.0>rake db:migrate
that's all