I am updating a from 8.2.1 to 8.2.4 and I am having this error.

The installed schema version does not meet the minimum.
Your system schema version is -1. Updating directly from a schema version prior to 8000 is not supported. You must migrate your site to Drupal 8 first.

I encounter this problem while running update.php.

Comments

VM’s picture

"You must migrate your site to Drupal 8 first."

utilize the link in the error. It's possible you missed running update.php somewhere else along the way.

KyleNakhul’s picture

Thanks for the reply VM. It is a Drupal 8 website. I am upgrading from 8.2.1 to 8.2.4. That link doesnt help much.

Rar9’s picture

I also get the same error when installing or updating a module via gui. My current version is 8.3.5

MINIMUM SCHEMA VERSION
The installed schema version does not meet the minimum.
Your system schema version is -1. Updating directly from a schema version prior to 8000 is not supported. You must migrate your site to Drupal 8 first.

Drush up works and this error does not clear with drush updb -y && drush cr.

How can i get this fixed?