Closed cerdts closed 3 years ago
Thanks @cerdts - that's not something most people are experiencing luckily! Possibly you overlooked something during the upgrade, this blog post is a bit old but still mostly applicable to identifying upgrade issues: cultiv.nl/blog/how-to-diagnose-umbraco-upgrade-problems
If that doesn't help, I recommend you head on out to the forums where our friendly community can help you find the best solution for your requirements. Add some more details of what your smtp config looks like and what error(s) your seeing exactly in your logs. Make sure to head on over to our.umbraco.com and ask follow up questions there! 👍
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
8.15.0
Bug summary
after manually upgrading from 8.14.1 to either 8.15.0 or 8.15.1 - when saving content, the save button spins forever, the data is not written to the database and the IIS Worker Process consumes a VERY high amount of system CPU 30-50% depending on the system. I have tried this upgrade on two different Windows machines: a laptop and a virtual machine server, both running the latest version of win 10 and the latest version of SQL server. I have also upgraded the web.config file to the latest supplied in the 8.15.1 distribution to no effect.
Specifics
https://products.healthcatalyst.com
this is my web.config:
<?xml version="1.0" encoding="utf-8"?>
Here is Task Manager Performance
Steps to reproduce
Any function that saves data to the SQL Server data base causes this issue. Issue did not exist in 8.14.1
Expected result / actual result
Save button should stop spinning and data written to database within a few seconds