Defect #4260
closedProblem with updating to Release 0.8.7
0%
Description
Hi, i'll tried to update to 0.8.7 from 0.8.6 (branch via svn update) but i can't found the described file (config/initializers/session_store.rb) which seemed to be needed.
In the version control it seemed to be removed ...but it's described as needed ?
Any suggestions for this problem ?
Updated by Jean-Philippe Lang about 15 years ago
Maybe:
rake config/initializers/session_store.rb
Updated by Karl Heinz Marbaise about 15 years ago
Hi Jean-Philippe,
rake config/initializers/session_store.rb
may be i misunderstand things, but as i described before the session_store.rb file is not in the version control it's removed ..(see r3055 it's removed)...
Kind regards
Karl Heinz
Updated by Jean-Philippe Lang about 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Actually, it was not removed. This file is not version controlled because it contains a secret that must be specific to your Redmine instance.
The above command will generate this file for you with a random secret, as it's explained in the 0.8.7 announcement.
Updated by Karl Heinz Marbaise about 15 years ago
Hi Jean-Philippe,
Actually, it was not removed. This file is not version controlled because it contains a secret that must be specific to your Redmine instance.
The above command will generate this file for you with a random secret, as it's explained in the 0.8.7 announcement.
Autsch....Sorry this was a really misunderstanding on my site...sorry...
Thanks for your help and clarification...
Thanks for Redmine...
Kind regards
Karl Heinz Marbaise