9

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

Greg B
  • 14,597
  • 18
  • 87
  • 141

3 Answers3

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
Ian Grainger
  • 5,148
  • 3
  • 46
  • 72
4

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

Richard

Richard
  • 88
  • 1
0

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

ProNotion
  • 3,662
  • 3
  • 21
  • 30