sifuen/module-suppress-out-of-date-db

This package is abandoned and no longer maintained. No replacement package was suggested.

Hide the "Please upgrade your database" message in Magento 2

1.0.1 2018-09-09 20:07 UTC

This package is auto-updated.

Last update: 2022-10-10 05:37:51 UTC


README

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.

i1

Clicking through the link in the system tray sends you to a list of modules that are out of date.

1

Installation

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

How to use

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.

Contributing

Feel free to create a pull request if you'd like to improve this module.