Quite some time ago I installed Redmine 2.1.2.stable using Helicon Zoo feed. And it's been working great (minus multi-minute app pool warm up times).
What's the best way to upgrade to the latest version? The feed was last updated 2013-01-29 and is on 2.2.2, but I can't find any facility in the WebPI for upgrades.
Using SQLlite for storage, if it matters.
Thanks!
I would consult the vendors website for this type of question. It appears to have an active and well documented @ http://www.redmine.org/projects/redmine/boards
Redmine 2.1.2.
Ended up doing a backup of the database (file), configuration and attachments then doing a reinstall. Always fun behind the new mandatory corporate proxy. :/
Note that when the Helicon Zoo WebPI feed says "may overwrite" it means "Will delete everything". Also it creates a duplicate app pool, so be sure to delete the old one.
I have just seen something that you can use to upgrade your Helicon Redmine instance. In the root folder of the Helicon Redmine install folder there is a file called 'deploy_done.rb'. It seems to have a setting that specifies the Remdine version to use. On line 25 (in my version):
According to the comments at the top of this file:
If I look at the code that is in this file, it seems to download the specified version of redmine from github and then install it in the local folder if the 'app' folder is not found (i.e. a new deployment). I tried it out today and found that I could do an upgrade by doing the following:
If you want to get the latest version number of Redmine that Helicon Zoo deployments are using then you could just install the latest version to another location from WebPlatformInstaller (Helicon Zoo). Once you have done that you can look for the 'deploy_done.rb' or 'deploy.rb' file in the site root and copy it into your site as 'deploy.rb' instead of step 2 & 3 above.
NOTE: it seems that if it is quite a big upgrade then you may need to upgrade some of your gems to get it working (the deployment error message should tell you which ones).