Disable Database Update Required ? break my website

If you get that Database update message, looks like WordPress may have updated.

Probably you want to turn automatic updates off.

Simply do:

1 – Restore your db where it works ok

2 – Add this to your wp-config.php:

define( 'AUTOMATIC_UPDATER_DISABLED', true );

3 – Enjoy!