Regarding performance issue I would like to downgrade our Umbraco to previous stable.
Spikes after upgrade:
Query which cause this:
(@0 int)Select mandatory as mandatory, dataTypeId as dataTypeId, propertyTypeGroupId as propertyTypeGroupId, contentTypeId as contentTypeId, sortOrder as sortOrder, alias as alias, name as name, validationRegExp as validationRegExp, description as description from cmsPropertyType where id=@0
Is it possible to downgrade Umbraco from 7.5.11 to 7.5.7? I want to be sure that db changes was rolled back also.
Umbraco downgrade
Hi guys,
Regarding performance issue I would like to downgrade our Umbraco to previous stable.
Spikes after upgrade:
Query which cause this:
Is it possible to downgrade Umbraco from 7.5.11 to 7.5.7? I want to be sure that db changes was rolled back also.
What is a process of this downgrading?
Thanks, Mike
There are no db changes in patch releases, but better than downgrading would be nice to find the true cause, 7.5.11 should actually perform better
Hi Shannon,
Could it be wrong DB schema on my prod env? Maybe I lost some indexes/keys
Also I've noticed that timeout appear in "handle404".
"SearchForAlias" works fine.
Thanks, Mike
In my case it wasn't Umbraco related. WinDbg help to understand this problem.
is working on a reply...