Closed
Description
Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory.
The following modules are outdated: Foo_Bar schema: current version - 1.0.4, required version - 1.0.0
Preconditions
This can happen when...
- You download a database dump from a staging environment that has had code deployed to it which upgrades schema version (e.g. "develop" brand(
- In your local environment, you are on the "master" branch, which is behind the database.
In this case running bin/magento setup:upgrade does not resolve the issue, and upgrading the database is not really correct (you actually need to downgrade).