Project

General

Profile

Trying to update Redmine to 3.0.1 from 1.3.0

Added by Jon Saldaña almost 9 years ago

Hi I am a redmine newbie.
I'm from Spain then I will try to do my ask as good as possible.

Our problem is the next.

We have installed Redmine 1.3.0 under windows 7 but we want to update to the latest version actually 3.0.1 .
I tryed to install the latest version importing our sql backup but even that work, really doesn't work because once imported the sql backup at Redmine 3.0.1 the service stops working.

Is there any way to update from old versions to latest?

My partner told me about update step by step, I mean, we are now at 1.3.0 version, we have think about update to 1.5.0 for example and try again the service, if that works then update to 1.7.0 for example and try again. Doing that until we will done.

I don't know where I can find the early versions neither where can I find the early versions of Ruby, etc...

Thanks for the help.


Replies (5)

RE: Trying to update Redmine to 3.0.1 from 1.3.0 - Added by Anonymous almost 9 years ago

Did you do a database migration? After importing the Backup before using redmine you have to do a rake-DB-migration. Do this and watch for errors.

Cheers

Alex

RE: Trying to update Redmine to 3.0.1 from 1.3.0 - Added by Jon Saldaña almost 9 years ago

Ok, I'll try. However, where i have to do the "rake-DB-migration" command?
I mean... under what directory?

thanks.

RE: Trying to update Redmine to 3.0.1 from 1.3.0 - Added by Leonel Iturralde almost 9 years ago

Seguiste las instrucciones de esta página?
RedmineUpgrade

RE: Trying to update Redmine to 3.0.1 from 1.3.0 - Added by Jon Saldaña almost 9 years ago

Hola Leonel.

No, no he seguido ese manual porque ese manual es para operar bajo Linux y estoy buscando soluciones para Windows 7.

Estoy trabajando a la par con Redmine bajo Centos, tambien me estoy pegando duro pero la prioridad es actualizar el Redmine de windows 7.

Gracias!

RE: Trying to update Redmine to 3.0.1 from 1.3.0 - Added by Leonel Iturralde almost 9 years ago

Todos los pasos se pueden realizar tambien en windows.
La diferencia es cuando ejecute todos los bundle que tiene al final RAILS_ENV=production .
Tiene que ponerlo de la siguiente manera:
Ejemplo:
(Este es el comando rake-DB migration y se ejecuta en el directorio de redmine)

set RAILS_ENV=production
bundle exec rake db:migrate

    (1-5/5)