Feature #9020
openAuto upgrade of redmine and plugins making it much easier to manage the versions
0%
Description
Can we get a feature much like Jenkins already has where you can go to a management area for the readmine app and upgrade your app version. Also create a manage plugins area.
Please install jenkins and look at these areas they have, you need this stuff badly.
Related issues
Updated by Patrick Figel over 13 years ago
I don't think this would work. Sometimes, gem requirements change with a new versions, so the update would have to take care of that too. Also, there are so many possible ways to run RoR apps, I don't think this would be manageable at all.
Updates are really easy to do, especially if you use svn or git. Just execute svn update
or git pull
, run the database migrations, restart the web server and that's it. Most plugins can be updated in the exact same manner.
The Upgrade Guide explains everything in detail.
Updated by Robert Schneider over 9 years ago
Is the realization still not possible or applicable?
Updates are really easy to do, especially if you use svn or git. Just execute
svn update
orgit pull
, run the database migrations, restart the web server and that's it. Most plugins can be updated in the exact same manner.
Is this true? It seems to me this is true within a certain version range (3.0.x). But not for 3.0.x to 3.1.x. Or am I wrong?
Each time a new version comes out it makes me happy but also it annoys me a bit to actually do it. So often I skip new releases in order to avoid the troubles.
It would be a major feature of Redmine if updates could be applied with single click. Considering updates of plugins as well!
Updated by Toshi MARUYAMA over 8 years ago
- Related to Feature #23595: Check for Redmine new version added
Updated by Go MAEDA about 6 years ago
- Has duplicate Feature #29624: Possibility of auto updates to the latest stable version? added
Updated by Go MAEDA over 4 years ago
- Has duplicate Feature #16462: Administration - Autoupdate feature added