As the title asks, Where in the database does Umbraco store its version information?
Where in the database does Umbraco store its version information?
Its stored in the web.config file (umbracoConfigurationStatus setting) not in the database.
Richard
How then, does Umbraco know when an upgrade of the DB Schema is required? –
Norton
This is not the answer to the question the original poster asked. –
Ola
The question is where in the database, not in the files. –
Lost
SELECT * FROM umbracoMigration
On my Umbraco gives me:
id name version createDate
1 Umbraco 7.4.1 2016-03-21 09:06:05.770
This is the actually answer to the question. –
Millwork
This only appears when you've done a migration though, I believe.. ? –
Coherence
Yes that is correct. So if you want to check what version your current version of umbraco is look here and you will see the latest entry –
Millwork
But if you've just installed Umbraco, and not yet upgraded, it will be empty, right? :( –
Coherence
Apparently not, mine includes the version that was installed first. –
Stove
Its stored in the web.config file (umbracoConfigurationStatus setting) not in the database.
Richard
How then, does Umbraco know when an upgrade of the DB Schema is required? –
Norton
This is not the answer to the question the original poster asked. –
Ola
The question is where in the database, not in the files. –
Lost
Compares the version number in the web.config with the version being installed?
© 2022 - 2024 — McMap. All rights reserved.