How to Stop Install of Latest Version - v 11 to 11.1
I'm currently building a V 11 site, and this morning, while trying to continue developing, it's trying to force an upgrade to the newest version.
Upgrading Umbraco
Welcome to the Umbraco installer. You see this screen because your Umbraco installation needs a quick upgrade of its database and files, which will ensure your website is kept as fast, secure and up to date as possible.
Detected current version (83af7945), which needs to be upgraded to 11.1.0 (3f5d492a). To compare versions and read a report of changes between versions, use the View Report button below.
I've added
"VersionCheckPeriod": 0,
to the app settings json and even tried adding
<add key="umbracoVersionCheckPeriod" value="0" />
to the web config.
Any assistance would be greatly appreciated. I'm at a standstill with my project because we do not want to upgrade, and the site will not allow me to skip this install page.
How to Stop Install of Latest Version - v 11 to 11.1
I'm currently building a V 11 site, and this morning, while trying to continue developing, it's trying to force an upgrade to the newest version.
Upgrading Umbraco Welcome to the Umbraco installer. You see this screen because your Umbraco installation needs a quick upgrade of its database and files, which will ensure your website is kept as fast, secure and up to date as possible. Detected current version (83af7945), which needs to be upgraded to 11.1.0 (3f5d492a). To compare versions and read a report of changes between versions, use the View Report button below.
I've added
"VersionCheckPeriod": 0,
to the app settings json and even tried adding
to the web config.
Any assistance would be greatly appreciated. I'm at a standstill with my project because we do not want to upgrade, and the site will not allow me to skip this install page.
is working on a reply...