• Resolved captaincrank

    (@captaincrank)


    Updated to WC 4.4.1 and the database update notice won’t dismiss after clicking the thanks button. It only appears on WC administrative pages such as orders, reports, status, etc.

    How to make this annoying notice go bye bye?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You could move the database update in WooCommerce admin notice into one section in the admin toolbar using a plugin like Admin Notices Manager.

    It is also possible to update the database in WooCommerce using a WP-CLI command.
    wp wc update
    https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI

    Thread Starter captaincrank

    (@captaincrank)

    I’m referring to the thanks button to dismiss the notice after the update has been completed.

    This won’t go away:

    WooCommerce database update done
    WooCommerce database update complete. Thank you for updating to the latest version!

    Hi @captaincrank,

    Occasionally the notice to update remains even after the update is finished. You can manually change it in the database.

    Look in the _wc_admin_notes table for a row with the name wc-update-db-reminder. In the “status” area change it to be actioned and update.

    update

    That should dismiss the thank you message for updating.

    Let me know if you have any questions or trouble.

    Thread Starter captaincrank

    (@captaincrank)

    Thank you for your response. I changed the DB to actioned as recommended and the problem is resolved. Thank you again!

    anonymized-14293447

    (@anonymized-14293447)

    That resolved the problem for me as well. But I guess soon I will disable all these bloats. It’s really killing my backend performance. Besides, advertised features like mailbox/stores/reviews aren’t working anyway.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Dismiss “WooCommerce database update done” Notice’ is closed to new replies.