Where in the database does Umbraco store its version information?
Asked Answered
N

3

9

As the title asks, Where in the database does Umbraco store its version information?

Norton answered 22/11, 2010 at 12:44 Comment(0)
L
2

Its stored in the web.config file (umbracoConfigurationStatus setting) not in the database.

Richard

Lickspittle answered 22/11, 2010 at 13:30 Comment(3)
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
C
12
SELECT * FROM umbracoMigration

On my Umbraco gives me:

id  name    version createDate
1   Umbraco 7.4.1   2016-03-21 09:06:05.770
Coherence answered 21/9, 2017 at 9:30 Comment(5)
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 entryMillwork
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
L
2

Its stored in the web.config file (umbracoConfigurationStatus setting) not in the database.

Richard

Lickspittle answered 22/11, 2010 at 13:30 Comment(3)
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
S
0

Compares the version number in the web.config with the version being installed?

Sokotra answered 23/11, 2010 at 16:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.