Project

General

Profile

[SOLVED] Version mistake between installed (3.0) and model (2.5.2)

Added by Juanito Valderrama over 8 years ago

Hi, I have upgraded redmine from version 2.5.2 to 3.0, but the version appears to be 2.5.2:

# ruby -v
ruby 2.1.5p273 (2014-11-13) [x86_64-linux-gnu]
# rails --version
Rails 4.1.13
# lsb_release -a
No LSB modules are available.
Distributor ID:    Debian
Description:    Debian GNU/Linux 8.2 (jessie)
Release:    8.2
Codename:    jessie

# RAILS_ENV=production bin/about 

sh: 1: svn: not found
sh: 1: darcs: not found
sh: 1: cvs: not found
sh: 1: bzr: 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.13
  Environment                    production
  Database adapter               PostgreSQL
SCM:
  Mercurial                      3.1.2
  Git                            2.1.4
  Filesystem                     
Redmine plugins:
  redmine_mylyn_connector        2.8.2.stable
  redmine_pretend                0.0.2+git20130821
  redmine_recaptcha              0.1.0
  redmine_wiki_gchart_formula    0.0.5
  sidebar_hide                   0.0.7

Database: Postgres 9.4.

Altough, the redmine I've installed is 3.0:

# dpkg -l "*redmine*" 
Deseado=desconocido(U)/Instalar/eliminaR/Purgar/retener(H)
| Estado=No/Inst/ficheros-Conf/desempaqUetado/medio-conF/medio-inst(H)/espera-disparo(W)/pendienTe-disparo
|/ Err?=(ninguno)/requiere-Reinst (Estado,Err: mayúsc.=malo)
||/ Nombre                            Versión               Arquitectura          Descripción
+++-=================================-=====================-=====================-=======================================================================
ii  redmine                           3.0~20140825-5        all                   flexible project management web application
un  redmine-mysql                     <ninguna>             <ninguna>             (no hay ninguna descripción disponible)
ii  redmine-pgsql                     3.0~20140825-5        all                   metapackage providing PostgreSQL dependencies for Redmine
un  redmine-plugin-botsfilter         <ninguna>             <ninguna>             (no hay ninguna descripción disponible)
ii  redmine-plugin-pretend            0.0.2+git20130821-3   all                   Redmine plugin to allow admins to log-in as users
ii  redmine-plugin-recaptcha          0.1.0+git20121018-3   all                   Redmine plugin to add a reCAPTCHA to user self-registration
ii  redmine-sqlite                    3.0~20140825-5        all                   metapackage providing sqlite dependencies for Redmine

I've executed steps indicated in https://www.redmine.org/projects/redmine/wiki/RedmineUpgrade

# bundle exec rake db:migrate RAILS_ENV=production
# bundle exec rake redmine:plugins:migrate RAILS_ENV=production
Migrating redmine_mylyn_connector (Mylyn Connector plugin)...
Migrating redmine_pretend (Redmine Pretend plugin)...
Migrating redmine_recaptcha (reCAPTCHA for user self registration)...
Migrating redmine_wiki_gchart_formula (Redmine Wiki Gchart LaTeX-style Formula plugin)...
Migrating sidebar_hide (Sidebar Hide Plugin)...
# /etc/init.d/apache2 restart
[ ok ] Restarting apache2 (via systemctl): apache2.service.
# bundle exec rake tmp:cache:clear tmp:sessions:clear RAILS_ENV=production
# /etc/init.d/apache2 restart
[ ok ] Restarting apache2 (via systemctl): apache2.service.
# RAILS_ENV=production bin/about 

sh: 1: svn: not found
sh: 1: darcs: not found
sh: 1: cvs: not found
sh: 1: bzr: 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.13
  Environment                    production
  Database adapter               PostgreSQL
SCM:
  Mercurial                      3.1.2
  Git                            2.1.4
  Filesystem                     
Redmine plugins:
  redmine_mylyn_connector        2.8.2.stable
  redmine_pretend                0.0.2+git20130821
  redmine_recaptcha              0.1.0
  redmine_wiki_gchart_formula    0.0.5
  sidebar_hide                   0.0.7

What is wrong?

Update

Ok, according this thread https://www.redmine.org/boards/2/topics/41812 I have 2.5.0 version.

It is correct, and is incorrect the version number in the Debian package.

Thanks.


Replies (1)

RE: Version mistake between installed (3.0) and model (2.5.2) - Added by Toshi MARUYAMA over 8 years ago

You had better ask debian team.

    (1-1/1)