Project

General

Profile

Actions

Patch #43896

closed

Remove obsolete db:migrate:upgrade_plugin_migrations step from doc/UPGRADING

Added by Go MAEDA 25 days ago. Updated 21 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Documentation
Target version:

Description

The document doc/UPGRADING instructs users to run bundle exec rake db:migrate:upgrade_plugin_migrations, but this task is not available in current Redmine versions. The step also refers to an outdated Rails version.

This obsolete step should be removed from the document.

diff --git a/doc/UPGRADING b/doc/UPGRADING
index b990ddba2..7c0c2b209 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -78,11 +78,6 @@ https://www.redmine.org/

 8. Migrate your database

-   If you are upgrading to Rails 2.3.14 as part of this migration, you
-   need to upgrade the plugin migrations before running the plugin migrations
-   using:
-     bundle exec rake db:migrate:upgrade_plugin_migrations RAILS_ENV="production" 
-
    Please make a backup before doing this! Under the new application
    directory run:
      bundle exec rake db:migrate RAILS_ENV="production" 
Actions #1

Updated by Go MAEDA 23 days ago

  • Target version changed from Candidate for next minor release to 6.1.3

Setting the target version to 6.1.3.

Actions #2

Updated by Go MAEDA 21 days ago

  • Status changed from New to Resolved
  • Assignee set to Go MAEDA

Committed the patch in r24531.

Actions #3

Updated by Go MAEDA 21 days ago

  • Status changed from Resolved to Closed
  • Target version changed from 6.1.3 to 6.0.10

Merged the change into the stable branches in r24532 and r24533.

Actions

Also available in: Atom PDF