When we publish our project we are having to go through the upgrade process even though the version it is going from to are the same. Any pointers please?
You see installation screen when database version of Umbraco and config version is different, Umbraco makes changes to the database during the installation process.
In that case I would have thought it would also do it locally, as we use the live db, but it does not, only when we publish. The live web.config (and the dev one) are on 7.5.7.
It also says we are upgrading to the same version, again this does not make sense and suggests the config and DB are on the same version.
Also is does this every time we publish, not just once, so it doesn't appear to be upgrading anything anyway.
Thanks Dan, it was on the same version in the DB as in the web.config. Hasn't happened for a while so perhaps fixed but will update if it happens again and we can replicate it.
Upgrade from version 7.5.7 to 7.5.7 oddness?
When we publish our project we are having to go through the upgrade process even though the version it is going from to are the same. Any pointers please?
Hi Chris
You see installation screen when database version of Umbraco and config version is different, Umbraco makes changes to the database during the installation process.
Thanks,
Alex
Hi Alex,
In that case I would have thought it would also do it locally, as we use the live db, but it does not, only when we publish. The live web.config (and the dev one) are on 7.5.7. It also says we are upgrading to the same version, again this does not make sense and suggests the config and DB are on the same version. Also is does this every time we publish, not just once, so it doesn't appear to be upgrading anything anyway.
Thanks, Chris
You can query the umbracoMigration table to see what version it thinks your database is at. eg.
Thanks Dan, it was on the same version in the DB as in the web.config. Hasn't happened for a while so perhaps fixed but will update if it happens again and we can replicate it.
is working on a reply...