mysql - Upgrading umbraco from 4 to 6 -
i install umbraco 6.1.x, host suffers issue: http://issues.umbraco.org/issue/u4-1632
basically, can't install 6 due incompatibility mysql on linux , umbraco 6, read can upgrade 4.x.x , upgrade 6. question is, how do that? i.e. files need upload , edit such database remains, umbraco files version 6?
yes, according bug report can install umbraco v4.11.x , upgrade v6.1.x , should work fine.
the downloads available here: http://our.umbraco.org/download
however, easiest way umbraco set use nuget in visual studio. run following line nuget console:
install-package umbracocms -version 4.11.10
you'll have use console because if use package manager, install latest umbraco package version.
next, load site in browser , configure database settings. upgrade using nuget again. find easiest way open nuget package manager in visual studio, select "updates", find umbraco package , click "update". automatically update files you.
you need load site again, @ point prompt upgrade, , can follow steps in wizard.
Comments
Post a Comment