Project

General

Profile

Upgrade REDMINE v1.1.2 to the Latest

Added by Jo V about 11 years ago

Hi Friends

I am currently running REDMINE 1.1.2.Stable with MySQL Server 5.1. My REDMINE server is currently running on a Win XP Professional box.

I would like to get my REDMINE upgraded to the latest available.

I would greatly appreciate anyone's guidance on how to upgrade my existing version to the latest available.

Regards
JJohn


Replies (1)

RE: Upgrade REDMINE v1.1.2 to the Latest - Added by Radhakrishna M about 11 years ago

Hi,
Back up your database.
Download the latest version of Redmine source code.
Run the application like traditional rails app.
create one new database using rake db:create
restore your old database content to new one.
Then migrate it using rake db:migrate
Run the server
That's all.

Refer following link for complete tutorial
http://www.redmine.org/projects/redmine/wiki/RedmineInstall

    (1-1/1)