Question
Problem Updating Redmine to 3.2.0
I am trying to upgrade my Redmine 3.0.7 that was installed from the oneclick install to the newest stable version, 3.2.0. However, when I try to run svn update, it says it is updated, but doesn’t show as updated in the info on the site. I tried to follow the information here:
You can checkout the latest stable source with one of the following commands:
Subversion
svn co https://svn.redmine.org/redmine/branches/3.2-stable redmine-3.2
It will create a directory named redmine-3.2 and you’ll be able to update your Redmine copy using svn update in this directory.
But it didn’t work. Any help would be much appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
To test this I just spun up a Redmine server using the one-click image. Looking over our scripts used to generate the image indicates that it should be the 3.2-stable version that is installed:
Running
svn update
from the /srv/redmine directory resulted in the output below which indicates that the stable install has been updated to a newer revision.On your droplet what output are you seeing when you attempt to update?
Thanks for checking on it! What I have is an older version because I started my droplet a few months ago. I used the prebuild one click image still but it must have been an older version, however now that I try and update it using svn update, it updates to the newest revision, but not the newest version of Redmine. I am thinking that it must be some svn setting but I’m not sure. Thank you for your help so far!