Hi fabrice, you can check that looking at the log entries generated by the upgrade service, in my case 6.1.5 -> 6.2.1, we get this:
Database configuration status:
Upgrade completed!
sql statement 1: ALTER TABLE [umbracoUser] ALTER COLUMN... INFO
Added UPGRADE migration 'AddChangeDocumentTypePermission' to co... INFO
Added UPGRADE migration 'UpdateToNewMemberPropertyAliases' to c... INFO
Added UPGRADE migration 'ChangePasswordColumn' to context INFO
Added UPGRADE migration 'AdditionalIndexesAndKeys' to context INFO
Database upgrade started INFO
Running 'Upgrade' service INFO
Added UPGRADE migration 'AssignMissingPrimaryForMySqlKeys' to c... INFO
Added UPGRADE migration 'AssignMissingPrimaryForMySqlKeys2' to ... INFO
Initializing database migrations INFO
Database requires upgrade INFO
Running 'Install' service INFO
Database configuration status: Started INFO
Any database update from 6.1.6 to 6.2.1 ?
Hello,
Is there any database update from 6.1.6 to 6.2.1 ? And how can I check it ?
I checked the /umbraco.datalayer/SqlHelpers/SqlServer/Sql/Total.sql and it doesn't seems to have any upgrade.
However when I did the upgrade it took 5 min during the wizard database upgrate step...
Many thanks
Hi fabrice, you can check that looking at the log entries generated by the upgrade service, in my case 6.1.5 -> 6.2.1, we get this:
Database configuration status:
Upgrade completed!
sql statement 1: ALTER TABLE [umbracoUser] ALTER COLUMN... INFOAdded UPGRADE migration 'AddChangeDocumentTypePermission' to co... INFO
Added UPGRADE migration 'UpdateToNewMemberPropertyAliases' to c... INFO
Added UPGRADE migration 'ChangePasswordColumn' to context INFO
Added UPGRADE migration 'AdditionalIndexesAndKeys' to context INFO
Database upgrade started INFO
Running 'Upgrade' service INFO
Added UPGRADE migration 'AssignMissingPrimaryForMySqlKeys' to c... INFO
Added UPGRADE migration 'AssignMissingPrimaryForMySqlKeys2' to ... INFO
Initializing database migrations INFO
Database requires upgrade INFO
Running 'Install' service INFO
Database configuration status: Started INFO
Sorry about the cropped logs,
Elias
OK thanks you very much. Too bad I have setup the trace as WARN minimum...
is working on a reply...