Hi @angeldavo,
It seems that, even though you’ve updated the database, the notice has not been set to “actioned” thus it keeps showing.
You can set it to actioned manually in the database.
**Important Note**: This will require some DB knowledge so as not to mess anything. Thus, if you’re not comfortable doing it by yourself, I strongly advise getting assistance from a developer. Also, be sure to take a backup of your database before carrying this out, UpdraftPlus might come in handy for this.
Here are the steps to follow:
1. Access your database. You can use plugins like WP PHPMyAdmin for easier access straight from WP-Admin.
2. Locate the wc_admin_notes
table.
3. Look for the wc-update-db-reminder
row and edit its status to actioned
.
For illustration purposes:
Link to image: https://snipboard.io/SaKGNm.jpg
Let us know how it goes.
Thanks.