I was wondering what the best course of action is when updating a 7.0.0 site to a 7.0.3 site. Should I just go straight to v7.0.3 or should I first update to 7.0.1 followed by updating to 7.0.2?
This isn't too urgent as I attempted to do an upgrade on our test site first but wanted to know if there is any known fix so that we can get on the latest version in our production site. We really miss having notifications! =)
Thanks in advance!
EDIT: There end up being 2 HTTP requests to the above URL, the second one does not experience the 500 Error but a hang still occurs. Additionally, We do not use any extensions and this would be the site's first upgrade from any version.
@Thomas We're looking into the database upgrade issues (hopefully for 7.1.0). For now, try some of the advise in the thread you mentioned and look in the log file for the actual error.
I will look forward to 7.1 then! In the meantime, I checked the logs and came across what appears to be a successful upgrade notification, with a sudden shutdown show here:
2014-02-17 10:48:50,627 [5] INFO Umbraco.Core.DatabaseContext - [Thread 7] Database configuration status: Upgrade completed!
2014-02-17 11:09:18,090 [5] INFO Umbraco.Web.UI.Install.InstallerRestService - [Thread 52] Hitting PageLoad on InstallerRestService.aspx for the requested '' feed
2014-02-17 11:09:26,014 [5] INFO Umbraco.Web.UI.Install.InstallerRestService - [Thread 59] Hitting PageLoad on InstallerRestService.aspx for the requested '' feed
2014-02-17 11:29:35,724 [5] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 46] Application shutdown. Reason: HostingEnvironment
This thread suggests it may be a memory limit issue, which I am going to try and poke around for a bit more. I haven't found anything in the server's Event Viewer that supports as the cause yet.
@Thomas Try setting the umbracoConfigurationStatus in web.config to 7.0.4. If you're coming from 7.0.0 and not from 6 then there have been no database changes so no need to worry about those.
Aha! Made the web.config change. Reloaded my browser (fully closed) and re-opened the test site--no installation redirect is occuring and the site appears to have upgraded without issues.
Updating 7.0.0 to 7.0.3
Hi,
I was wondering what the best course of action is when updating a 7.0.0 site to a 7.0.3 site. Should I just go straight to v7.0.3 or should I first update to 7.0.1 followed by updating to 7.0.2?
-Ferdy
You can go straight to 7.0.4. We have explicit upgrade instructions for this on the release pages. http://our.umbraco.org/contribute/releases/704
Hey Sebastiaan,
I attempted to do an upgrade from 7.0.0 to 7.0.4 this morning using the instructions on the release pages and am experiencing a hang during the database upgrade where the installer just hangs at 90% (much like described here: http://our.umbraco.org/forum/umbraco-7/using-umbraco-7/47784-Upgrading-from-v4711-to-v702-database-schema-validation). When the page loads, I get a 500 Error from:
POST http://test.OURDOMAIN.com/install/InstallerRestService.aspx/Upgrade 500 (Internal Server Error)
This isn't too urgent as I attempted to do an upgrade on our test site first but wanted to know if there is any known fix so that we can get on the latest version in our production site. We really miss having notifications! =)
Thanks in advance!
EDIT: There end up being 2 HTTP requests to the above URL, the second one does not experience the 500 Error but a hang still occurs. Additionally, We do not use any extensions and this would be the site's first upgrade from any version.
@Thomas We're looking into the database upgrade issues (hopefully for 7.1.0). For now, try some of the advise in the thread you mentioned and look in the log file for the actual error.
I will look forward to 7.1 then! In the meantime, I checked the logs and came across what appears to be a successful upgrade notification, with a sudden shutdown show here:
2014-02-17 10:48:50,627 [5] INFO Umbraco.Core.DatabaseContext - [Thread 7] Database configuration status: Upgrade completed! 2014-02-17 11:09:18,090 [5] INFO Umbraco.Web.UI.Install.InstallerRestService - [Thread 52] Hitting PageLoad on InstallerRestService.aspx for the requested '' feed 2014-02-17 11:09:26,014 [5] INFO Umbraco.Web.UI.Install.InstallerRestService - [Thread 59] Hitting PageLoad on InstallerRestService.aspx for the requested '' feed 2014-02-17 11:29:35,724 [5] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 46] Application shutdown. Reason: HostingEnvironment
This thread suggests it may be a memory limit issue, which I am going to try and poke around for a bit more. I haven't found anything in the server's Event Viewer that supports as the cause yet.
http://our.umbraco.org/forum/core/general/44770-UmbracoModule-very-Slow
@Thomas Try setting the umbracoConfigurationStatus in web.config to 7.0.4. If you're coming from 7.0.0 and not from 6 then there have been no database changes so no need to worry about those.
Aha! Made the web.config change. Reloaded my browser (fully closed) and re-opened the test site--no installation redirect is occuring and the site appears to have upgraded without issues.
Thanks again!
is working on a reply...