Title: DB Update Message
Last modified: March 19, 2019

---

# DB Update Message

 *  Resolved [mo7900](https://wordpress.org/support/users/mo7900/)
 * (@mo7900)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/)
 * Hi, Since the latest update the below doesn’t go off. It’s been about 20 hours
   now. Clicking it to run now doesn’t do anything either. Thank you!
 * “WC Vendors data update – Your database is being updated in the background. Taking
   a while? Click here to run it now.”

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [marcofantin](https://wordpress.org/support/users/marcofantin/)
 * (@marcofantin)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11332796)
 * This is happening on my store as well
 *  [themememe](https://wordpress.org/support/users/themememe/)
 * (@themememe)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11332915)
 * Same for me.
 *  [Jamie Madden](https://wordpress.org/support/users/digitalchild/)
 * (@digitalchild)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11333034)
 * Hello,
 * This is fixed and I’ll be pushing 2.1.7 later today, once I address 2 other issues.
 * cheers,
 * Jamie.
 *  [Jamie Madden](https://wordpress.org/support/users/digitalchild/)
 * (@digitalchild)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11333401)
 * Hello,
 * 2.1.7 has been released to fix the update issue and various other issues. Be 
   sure to check the changelog.
 * cheers,
 * Jamie.
 *  [adriangheorghehalo](https://wordpress.org/support/users/adriangheorghehalo/)
 * (@adriangheorghehalo)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11366419)
 * Hello,
 * This is still occurring on my install (WC_Vendors 2.1.7 WP 5.1.1).
    “Click here
   to run it now.” link does not do anything.
 * Thanks,
    Adrian
    -  This reply was modified 7 years ago by [adriangheorghehalo](https://wordpress.org/support/users/adriangheorghehalo/).
 *  [Jamie Madden](https://wordpress.org/support/users/digitalchild/)
 * (@digitalchild)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11389772)
 * Hi [@adriangheorghehalo](https://wordpress.org/support/users/adriangheorghehalo/)
 * Do you have any cache plugins running, are you hosting with SiteGround by any
   chance?
 * cheers,
 * Jamie.
 *  [adriangheorghehalo](https://wordpress.org/support/users/adriangheorghehalo/)
 * (@adriangheorghehalo)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11392054)
 * Hi [@digitalchild](https://wordpress.org/support/users/digitalchild/)
 * I don’t have any cache plugins running. Don’t have hosting with SiteGround, this
   is occurring on my local docker environment. I Haven’t deployed to any environment
   yet.
 * Is there a way for me to run the data update programmatically?
 * Thanks,
    Adrian
 *  [Jamie Madden](https://wordpress.org/support/users/digitalchild/)
 * (@digitalchild)
 * [7 years ago](https://wordpress.org/support/topic/db-update-message/#post-11400057)
 * Hi Adrian [@adriangheorghehalo](https://wordpress.org/support/users/adriangheorghehalo/),
 * Yes the update message is just looking for the updated version number in the 
   database.
 * Are you getting any details in the wcvendors_dbupdate log in WooCommerce > Status
   > Logs?
 * You can call this static method in your themes functions.php
 *     ```
       wcv_add_vendor_caps();
       WCVendors_Install::update_db_version();
       ```
   
 * That’ll force the update. None of our recent db updates do anything beyond adding
   default settings values.
 * It seems on some installs the background updater isn’t working as expected and
   we’re having trouble replicating the issues to address them.
 * cheers,
 * Jamie
 *  [adriangheorghehalo](https://wordpress.org/support/users/adriangheorghehalo/)
 * (@adriangheorghehalo)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/db-update-message/#post-11437850)
 * Hi Jamie [@digitalchild](https://wordpress.org/support/users/digitalchild/) ,
 * Sorry for my late reply. I couldn’t manage to find anything relevant in the logs,
   but running the code you provided in the theme functions.php after plugins are
   loaded worked
 *     ```
       function manual_install_wcvendors(){
           wcv_add_vendor_caps();
           WCVendors_Install::update_db_version();
       }
       add_action('plugins_loaded', 'manual_install_wcvendors');
       ```
   
 * Thank you,
    Adrian
 *  [Jamie Madden](https://wordpress.org/support/users/digitalchild/)
 * (@digitalchild)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/db-update-message/#post-11442070)
 * HI [@adriangheorghehalo](https://wordpress.org/support/users/adriangheorghehalo/)
 * Glad you got that sorted, happy selling!
 * cheers,
 * Jamie.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘DB Update Message’ is closed to new replies.

 * ![](https://ps.w.org/wc-vendors/assets/icon.svg?rev=1645455)
 * [WC Vendors - WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors](https://wordpress.org/plugins/wc-vendors/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-vendors/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-vendors/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-vendors/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-vendors/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-vendors/reviews/)

 * 10 replies
 * 5 participants
 * Last reply from: [Jamie Madden](https://wordpress.org/support/users/digitalchild/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/db-update-message/#post-11442070)
 * Status: resolved