summaryrefslogtreecommitdiffstats
path: root/doc/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r--doc/UPGRADING4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING
index fe69676a2..a9b81d177 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -12,12 +12,12 @@ http://www.redmine.org/
2. Copy your database settings (RAILS_ROOT/config/database.yml)
and SMTP settings (RAILS_ROOT/config/email.yml)
into the new config directory
- DO NOT REPLACE ANY OTHERS FILES.
+ DO NOT REPLACE OR EDIT ANY OTHER FILES.
3. Generate a session store secret
Redmine stores session data in cookies by default, which requires
a secret to be generated. Run:
- rake config/initializers/session_store.rb
+ rake generate_session_store
4. Migrate your database (please make a backup before doing this):
rake db:migrate RAILS_ENV="production"