upgrading umbraco 6 webforms to umbraco 7 mvc course of action
I was wondering with so much difference in umbraco 6 and mvc 7 we have to plan this so we can cover as much as we can and not bump into problems..
I need an opinion from anyone here who have had experience upgrading umbraco. is this a good course of action for our team? what else should i consider?
Install latest umbraco version in dev
Install all packages/plugins currently in live to dev (ublogsy,cmsimport,diplo linkchecker)
Export all document types, macroscripts, custom datatypes (excluding content) from live to dev and import
Convert all masterpages to views
Embed all macroscript files to the new views
Export live data (content only) and import to the dev site
Convert all forms to umbraco 7 forms (we are using contour)
the reason we are not just replacing the umbraco 6 files to umbraco 7 is because we want a clean installation.
upgrading umbraco 6 webforms to umbraco 7 mvc course of action
I was wondering with so much difference in umbraco 6 and mvc 7 we have to plan this so we can cover as much as we can and not bump into problems..
I need an opinion from anyone here who have had experience upgrading umbraco. is this a good course of action for our team? what else should i consider?
the reason we are not just replacing the umbraco 6 files to umbraco 7 is because we want a clean installation.
thank you very much
i will be making a documentation on how we are doing this.
we have decided to retain umbraco web forms.
For anyone who decides to move to MVC here are some useful links i compiled:
MasterPages to Views: https://our.umbraco.org/documentation/cheatsheets/masterpagestoviews
Razor to Partial Views or Partial View Macros:
Original: https://our.umbraco.org/forum/umbraco-7/using-umbraco-7/59874-Razor-in-U7Am-I-just-over-tired?p=0#comment202799
Links listed: https://our.umbraco.org/documentation/Reference/Templating/Mvc/views#Renderingafieldusing@CurrentPage%28dynamically%29
https://our.umbraco.org/documentation/reference/templating/macros/Partial-View-Macros/#ConvertingaPartialViewMacrofromalegacyRazorMacroScript
hello I am trying to upgrading to version 7 form version 6.
have you done the documentation you say in how to do an upgrading to 7?
Thank you
it was really hard to do but was successful. there are some areas you need to do manually in the backoffice.
i will upload the word doc and place the link here when i am done.
i have to warn you, umbraco 7 has some features that are now missing. one being the user sessions and knowing who is logged in.
not done. i just placed it on github https://github.com/avatart0ph/umbracoupgrade6to7
thank you so much
is working on a reply...