Actions
Defect #11917
closed
Error in RedmineUpgrade wiki page
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The RedmineUpgrade wiki page contains an outdated / misleading command; it seems to be write protected, otherwise I would fix the following myself.
Specifically, it tells users to run
rake config/initializers/session_store.rb
or if they have a "newer" version of redmine, to run
rake generate_session_store
But in reality, one has to run
rake generate_secret_token
which is correctly stated in the "Common Issues" section. Well, no wonder it is a common issue when the instructions on the upgrade page don't give the command right ;-).
I think all references to "old" ways of upgrading the session data should be removed, and the user be simply told to execute that one rake command.
Actions