Project

General

Profile

Redmine transfered then upgraded, but version not updated

Added by Bastien Sevajol over 7 years ago

Hello,

I'm front of strange thing: I moved a redmine instance on new server. Following these steps:

1. Install redmine on new server (using this)
2. Copy from old instance:
  • database
  • files
  • theme

3. Follow upgrade howto

Execution of bundle exec rake db:migrate RAILS_ENV=production look fine:

# bundle exec rake db:migrate RAILS_ENV=production --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke db:load_config (first_time)
** Execute db:load_config
** Execute db:migrate
** Invoke db:_dump (first_time)
** Execute db:_dump
** Invoke db:schema:dump (first_time)
** Invoke environment 
** Invoke db:load_config 
** Execute db:schema:dump

My new instance works perfect. But seems not upgraded. On page /admin/info i can read:

Redmine version 2.5.2.devel

And debian installed version is:

redmine:
  Installed: 3.0~20140825-8~deb8u3
  Candidate: 3.0~20140825-8~deb8u3
  Version table:
 *** 3.0~20140825-8~deb8u3 0
        500 http://debian.mirrors.ovh.net/debian/ jessie/main amd64 Packages
        100 /var/lib/dpkg/status
     3.0~20140825-8~deb8u2 0
        500 http://security.debian.org/ jessie/updates/main amd64 Packages

For info:

# RAILS_ENV=production /usr/share/redmine/bin/about

sh: svn: command not found
sh: darcs: command not found
sh: cvs: command not found
sh: bzr: command not found
Environment:
  Redmine version                2.5.2.devel
  Ruby version                   2.1.5-p273 (2014-11-13) [x86_64-linux-gnu]
  Rails version                  4.1.8
  Environment                    production
  Database adapter               Mysql2
SCM:
  Mercurial                      3.1.2
  Git                            2.1.4
  Filesystem                     
Redmine plugins:
  no plugin installed

Something wrong ? Thank's : )