Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Upgrading SilverStripe /

Ask questions about upgrading SilverStripe to the latest version.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Upgrade Turnoff


Go to End


3 Posts   1439 Views

Avatar
arthursc

Community Member, 2 Posts

17 May 2010 at 7:48am

Hi,

I would dearly like to use this app but many things turn me off and the upgrade path is one of them. ALL competitors offer simply inline/inplace upgrades from their admin consoles but simply selecting "Upgrade".

Why do the developers of silverstripe wish to do things so different??

Surely there must be an easier way to upgrade.

Oh and whilst i am having a winge, Where is the real blank site start from scratch guide or step-by-step offline documentation?

An theme...well lets not go there..

Sorry but there has to be easier ways of doing things?

if someone wishes to show me how then please step foreward.

Regards
ArthursC

Avatar
Juanitou

Community Member, 323 Posts

17 May 2010 at 8:41pm

Hi Arthur!

> Sorry but there has to be easier ways of doing things?

Sure! (or maybe not) Get your credit card and ---> http://volumelicensing.adobe.com/store/adbevlus/en_US/pd/productID.182915700

Hope it helps,
Juan

Avatar
Willr

Forum Moderator, 5523 Posts

17 May 2010 at 9:57pm

Hi arthursc,

You have a very good point of the upgrade path. I think to understand why its one thing thats not there that seems obvious is that the usual SilverStripe installation (well at least historically) has been on the concept of web developers developing the site and handing it over to more non techy / enterprise level users. If we had an upgrade function in the CMS could you imagine the amount of broken live sites when a user clicks update and they have no idea of whats happened!.

This is one area that is going to be a feature of a future version. Were looking at introducing a module management API (including the backend management) and integrating more tools for the CMS (see http://open.silverstripe.org/ticket/2865 and http://open.silverstripe.org/ticket/3652)

How I deal with upgrading is that all my sites run on git or svn so all I need to change is the location which I pull from and I get the new changes. However its quite hard to make sure modules are compatible so again with the module management API managing dependances might be alot easier in the future!