Type
magento2-module
Hide the "Please upgrade your database" message in Magento 2
magento2-module
MIT
None
None
None
None
None
This Magento 2 module hides the "Please upgrade your database" message.
https://sifuen.com/magento-2/how-to-hide-the-please-upgrade-your-database-exception-message/
The exception message is moved to the system messages tray in the Backend.
Clicking through the link in the system tray sends you to a list of modules that are out of date.
You can install this module by using Composer.
composer require sifuen/module-suppress-out-of-date-db
You can also download this repository and place the code into app/code/Sifuen/
.
Finally, run setup:upgrade
to install the module.
php bin/magento setup:upgrade
To hide the error message, simply run the following command in your terminal.
php bin/magento dev:db:toggle-out-of-date-error
When your modules are out of date, you will be notified in the admin system messages.
Feel free to create a pull request if you'd like to improve this module.