Actions
Defect #2384
closedCrash with mercurial repo
Status:
Closed
Priority:
High
Assignee:
-
Category:
Database
Target version:
-
Start date:
2008-12-23
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I've upgraded redmine 0.7.3 to 0.8.0-rc1. It crash when I want to look into file changes from mercurial repo. I've tried to readd repo, but without success... now it crash every time I go to 'repository' tab. As you can see there is same SQL query error.
regards,
Michał
Files
Updated by Jean-Philippe Lang almost 17 years ago
- Status changed from New to Closed
- Affected version (unused) deleted (
0.8.0-RC1) - Resolution set to Invalid
You simply forgot to migrate your database.
Run rake db:migrate RAILS_ENV="production" and restart the app as mentionned in RedmineUpgrade
Actions