Project

General

Profile

Actions

Defect #18323

closed

Upgrade wiki page does not use 'bundle exec' for rake tasks

Added by Aaron Ten Clay over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

http://www.redmine.org/projects/redmine/wiki/RedmineUpgrade does not use 'bundle exec' for rake, which it should so that users have a more seamless experience.

Examples:

rake generate_secret_token

... should be
bundle exec rake generate_secret_token

And:

rake db:migrate RAILS_ENV=production 

... should be
bundle exec rake db:migrate RAILS_ENV=production 

Actions #1

Updated by Jean-Philippe Lang over 10 years ago

  • Category set to Documentation
  • Status changed from New to Closed
  • Resolution set to Fixed

Fixed.

Actions

Also available in: Atom PDF