TheAlbear
TheAlbear

Reputation: 5585

Upgrading from Umbraco 7.15 to 8 (Detected current version 0.0.0)

I am trying to upgrade the underlying Umbraco database from 7.15.8 to 8.

What I have done is spin up a vanilla Umbraco 8, then pointed it to the 7 DB.

The issue is that when I go running the upgrade see the following method

Detected current version 0.0.0 (unknown), which needs to be upgraded to 8.

Once run the upgrade I then get the error

The database failed to upgrade. ERROR: The database configuration failed with the following message: Could not get current version from web.config Umbraco.Core.ConfigurationStatus appSetting.

What I have tried setting the value in the web.config, but it doesn't make any difference.

<add key="umbracoConfigurationStatus" value="7.15.8" />

Upvotes: 0

Views: 691

Answers (1)

Ravindra
Ravindra

Reputation: 91

Could you verify the version 7.15.8 you are putting in web.config matches with the latest version in [umbracoMigration] table

Upvotes: 1

Related Questions