ruby - 1.8.7 (2012-06-29 patchlevel 370) [i686-linux]
redmine - svn revision 9964
---
Бэкаплюсь:
1. mysqldump > REDMINE.sql;
2. copy configuration.yml;
На новом серваке:
1. mysql -p < REDMINE.sql;
CREATE user redmine ...
GRANT ...
DROP table changeset_parents;
flush ...
quit;
2. rake db:migrate RAILS_ENV=production;
3. rake redmine:plugins:migrate RAILS_ENV=production;
4. rake tmp:cache:clear;
5. rake tmp:sessions:clear
6. rake generate_session_store
7. /etc/init.d/redmine start;
8. chrome/firefox/opera http://redmine.example.com/projects/oldcoolproj;
Not found
