I’ve updated the WC DB and WC and WC DB versions match, but I still get the WooCommerce database update required message. I’m seeing lots of different possible causes but nothing seems to be working. I’ve tried disabling all other plugins and I’ve cleared caches every different way I can think of.
I also noticed that in the wc updater logs I have this from yesterday:
2025-08-17 20:17:33 UTC [apache][access_compat:error] [pid 42070] [client 34.174.62.57:12136] AH01797: client denied by server configuration: /home/customer/www/oarsomeadventures.com/public_html/wp-content/uploads/woocommerce_uploads/
Thank you for sharing the issue in detials. The error you shared indicates that your server is blocking access to the woocommerce_uploads directory. WooCommerce needs to be able to read/write in that folder. It may be related to the database notice you are seeing.
In this case, we recommend reaching out to your hosting provider and asking them to confirm that access to /wp-content/uploads/woocommerce_uploads/ is not being restricted.
Ifyou still face that issue, to resolve this, one advanced step would be to update a specific record in your site’s database. Here’s how:
Access the wc_admin_notes table via your database.
Find the row named wc-update-db-reminder with the title WooCommerce update required
Change its status from unactioned to actioned.
Please make sure to back up your site before making any changes, or ask a developer to help if you’re not comfortable working with the database directly.
If that also does not work, could you please shared the screenshot of the notice you are seeing and System Status Report which you can find via WooCommerce > Status. Please use https://pastebin.com/ or https://gist.github.com/ and share a link to that paste in reply here. Once we have more information, we’ll be able to assist you further.
It looks like the directory was accessible and there wasn’t anything weird with the htaccess file so I followed your instructions and updated the db. Seems to have worked.