{"id":5684,"date":"2017-11-30T08:01:24","date_gmt":"2017-11-30T13:01:24","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=5684"},"modified":"2021-12-08T11:54:25","modified_gmt":"2021-12-08T16:54:25","slug":"another-update-currently-in-progress-wordpress","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/","title":{"rendered":"How to get rid of Another Update is Currently in Progress: WordPress"},"content":{"rendered":"\n

“Another update is currently in progress” is one of those messages you do not hope to, or expect to see when you are updating your copy of WordPress.<\/p>\n\n\n\n

WordPress<\/a> is a free and open-source Content Management System (CMS). It is ideal for building blogs or small and large websites for all conceivable purposes.<\/p>\n\n\n\n

This is especially true if you encounter this for the first time. Such a message on a live site can send shivers down your back.<\/p>\n\n\n\n

It makes for rumbling feelings if you did not heed the WordPress message explicitly asking you to backup your database first.<\/p>\n\n\n\n

There is some good news. Well, plenty of good news to go around if you do come face-to-face with this message.<\/p>\n\n\n\n

First off, do not panic. In this guide, we will show you how to get on your way and continue to put out great content on your WordPress website by dismissing that message.<\/p>\n\n\n\n

How does “Another Update is Currently in Progress” Actually Come Across?<\/h2>\n\n\n\n

This message pops up if a previous update did not finish gracefully. This is internal protection to prevent simultaneous core updates. This lock is stored in the database and removed once the update successfully completes.<\/p>\n\n\n\n

Three Ways to get rid of “Another update is currently in progress”<\/h2>\n\n\n\n

Here are three methods to sort out this problem. We present them in order of technical expertise and understanding of the WordPress internals. We assume you know how WordPress handles table name conventions<\/a>.<\/p>\n\n\n\n

Method 1<\/strong>: Sit back and do nothing. Yes, you heard us right. It will please you know that that notice comes with a time-out.<\/p>\n\n\n\n

Basically, if you have the time, you can simply wait out 15 minutes and the message will be gotten rid of automatically.<\/p>\n\n\n\n

This is by far the easiest and safest way to get rid of this message.<\/p>\n\n\n\n

Method 2<\/strong>: If you are a bit familiar with MySQL database<\/a> and to be more precise SQL<\/a> (Structured Query language) and\/or know your way around database tools such as PHPMyAdmin, MySQL<\/a> Workbench, or SQLYog among others, you can easily go into the database and delete this lock from the database.<\/p>\n\n\n\n

Whichever way you want you will need to go into your WordPress database and go to the _options<\/code><\/strong> table and delete the said option. A query similar to this would suffice:<\/p>\n\n\n\n

SELECT * FROM _options WHERE option_name LIKE 'core_updater%'" <\/code><\/pre>\n\n\n\n

It is important to note that the value for option_name before WordPress 4.5 was 'core_updater'<\/code> while WordPress 4.5 and later use 'core_updater.lock'<\/code> as the value for option_name<\/code>.<\/p>\n\n\n\n

With the query above, it should work for all versions of WordPress.<\/p>\n\n\n\n

Method 3<\/strong>: You can clear the lock using wp-cli<\/strong> in your terminal. This is the WP command-line interface. You can simply run the command below to get rid of the lock:<\/p>\n\n\n\n

wp option delete core_updater.lock<\/code><\/pre>\n\n\n\n

This will delete the option named core_updater.lock<\/code> from the options table in the database.<\/p>\n\n\n\n

There you have it. Take your pick at whichever method you find most convenient in getting rid of the “Another update is currently in progress” message.<\/p>\n","protected":false},"excerpt":{"rendered":"

“Another update is currently in progress” is one of those messages you do not hope to, or expect to see when you are updating your copy of WordPress. WordPress is…<\/p>\n","protected":false},"author":1,"featured_media":5685,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,23,16],"tags":[136,180,303,320,393,424,452,471,544,549,635,638,651],"yoast_head":"\nAnother Update is Currently in Progress, 3 Solutions for WordPress<\/title>\n<meta name=\"description\" content=\"This is how to solve the "Another Update is currently in progress" problem in Wordpress with these three different methods\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Another Update is Currently in Progress, 3 Solutions for WordPress\" \/>\n<meta property=\"og:description\" content=\"This is how to solve the "Another Update is currently in progress" problem in Wordpress with these three different methods\" \/>\n<meta property=\"og:url\" content=\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Brightwhiz.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/brightwhiz\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-30T13:01:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-08T16:54:25+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Michael Bright\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:site\" content=\"@brightwhizmag\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Bright\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#article\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/\"},\"author\":{\"name\":\"Michael Bright\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\"},\"headline\":\"How to get rid of Another Update is Currently in Progress: WordPress\",\"datePublished\":\"2017-11-30T13:01:24+00:00\",\"dateModified\":\"2021-12-08T16:54:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/\"},\"wordCount\":499,\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg\",\"keywords\":[\"CMS\",\"Database\",\"HTML\",\"Internet\",\"MySQL\",\"Open Source\",\"PHP\",\"Programming\",\"Software development\",\"SQL\",\"Web\",\"Web Development\",\"WordPress\"],\"articleSection\":[\"Articles\",\"Guides\",\"Technology\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/\",\"url\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/\",\"name\":\"Another Update is Currently in Progress, 3 Solutions for WordPress\",\"isPartOf\":{\"@id\":\"http:\/\/local.brightwhiz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg\",\"datePublished\":\"2017-11-30T13:01:24+00:00\",\"dateModified\":\"2021-12-08T16:54:25+00:00\",\"description\":\"This is how to solve the \\\"Another Update is currently in progress\\\" problem in Wordpress with these three different methods\",\"breadcrumb\":{\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg\",\"width\":1200,\"height\":630,\"caption\":\"wordpress another update\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\/\/local.brightwhiz\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to get rid of Another Update is Currently in Progress: WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/local.brightwhiz\/#website\",\"url\":\"http:\/\/local.brightwhiz\/\",\"name\":\"Brightwhiz.com\",\"description\":\"Best Tech guides, Tutorials, and News\",\"publisher\":{\"@id\":\"http:\/\/local.brightwhiz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/local.brightwhiz\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"http:\/\/local.brightwhiz\/#organization\",\"name\":\"Brightwhiz\",\"url\":\"http:\/\/local.brightwhiz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"contentUrl\":\"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png\",\"width\":706,\"height\":135,\"caption\":\"Brightwhiz\"},\"image\":{\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/brightwhiz\/\",\"https:\/\/twitter.com\/brightwhizmag\",\"https:\/\/instagram.com\/bright_whiz\/\",\"https:\/\/www.pinterest.com\/sobbayi\/\",\"https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ\"]},{\"@type\":\"Person\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32\",\"name\":\"Michael Bright\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/\",\"url\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"contentUrl\":\"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g\",\"caption\":\"Michael Bright\"},\"sameAs\":[\"https:\/\/sobbayi.com\"],\"url\":\"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Another Update is Currently in Progress, 3 Solutions for WordPress","description":"This is how to solve the \"Another Update is currently in progress\" problem in Wordpress with these three different methods","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"Another Update is Currently in Progress, 3 Solutions for WordPress","og_description":"This is how to solve the \"Another Update is currently in progress\" problem in Wordpress with these three different methods","og_url":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/","og_site_name":"Brightwhiz.com","article_publisher":"https:\/\/www.facebook.com\/brightwhiz\/","article_published_time":"2017-11-30T13:01:24+00:00","article_modified_time":"2021-12-08T16:54:25+00:00","og_image":[{"width":1200,"height":630,"url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg","type":"image\/jpeg"}],"author":"Michael Bright","twitter_card":"summary_large_image","twitter_creator":"@brightwhizmag","twitter_site":"@brightwhizmag","twitter_misc":{"Written by":"Michael Bright","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#article","isPartOf":{"@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/"},"author":{"name":"Michael Bright","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32"},"headline":"How to get rid of Another Update is Currently in Progress: WordPress","datePublished":"2017-11-30T13:01:24+00:00","dateModified":"2021-12-08T16:54:25+00:00","mainEntityOfPage":{"@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/"},"wordCount":499,"publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"image":{"@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg","keywords":["CMS","Database","HTML","Internet","MySQL","Open Source","PHP","Programming","Software development","SQL","Web","Web Development","WordPress"],"articleSection":["Articles","Guides","Technology"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/","url":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/","name":"Another Update is Currently in Progress, 3 Solutions for WordPress","isPartOf":{"@id":"http:\/\/local.brightwhiz\/#website"},"primaryImageOfPage":{"@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage"},"image":{"@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage"},"thumbnailUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg","datePublished":"2017-11-30T13:01:24+00:00","dateModified":"2021-12-08T16:54:25+00:00","description":"This is how to solve the \"Another Update is currently in progress\" problem in Wordpress with these three different methods","breadcrumb":{"@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#primaryimage","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2017\/11\/wordpress-another-update.jpg","width":1200,"height":630,"caption":"wordpress another update"},{"@type":"BreadcrumbList","@id":"http:\/\/local.brightwhiz\/another-update-currently-in-progress-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/local.brightwhiz\/"},{"@type":"ListItem","position":2,"name":"How to get rid of Another Update is Currently in Progress: WordPress"}]},{"@type":"WebSite","@id":"http:\/\/local.brightwhiz\/#website","url":"http:\/\/local.brightwhiz\/","name":"Brightwhiz.com","description":"Best Tech guides, Tutorials, and News","publisher":{"@id":"http:\/\/local.brightwhiz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/local.brightwhiz\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"http:\/\/local.brightwhiz\/#organization","name":"Brightwhiz","url":"http:\/\/local.brightwhiz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/","url":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","contentUrl":"http:\/\/local.brightwhiz\/wp-content\/uploads\/2021\/11\/brightwhiz-com-logo-orange.png","width":706,"height":135,"caption":"Brightwhiz"},"image":{"@id":"http:\/\/local.brightwhiz\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/brightwhiz\/","https:\/\/twitter.com\/brightwhizmag","https:\/\/instagram.com\/bright_whiz\/","https:\/\/www.pinterest.com\/sobbayi\/","https:\/\/www.youtube.com\/channel\/UC6sCdP_d_RiTIM7ErFT-PSQ"]},{"@type":"Person","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/81f0f3126f13834ae2e7f381b3028e32","name":"Michael Bright","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"http:\/\/local.brightwhiz\/#\/schema\/person\/image\/","url":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","contentUrl":"http:\/\/1.gravatar.com\/avatar\/da90485875ff0aafa38fdd494abe87d1?s=96&d=mm&r=g","caption":"Michael Bright"},"sameAs":["https:\/\/sobbayi.com"],"url":"http:\/\/local.brightwhiz\/author\/sobbayiadmin\/"}]}},"_links":{"self":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/5684"}],"collection":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/comments?post=5684"}],"version-history":[{"count":0,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/posts\/5684\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media\/5685"}],"wp:attachment":[{"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/media?parent=5684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/categories?post=5684"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/local.brightwhiz\/wp-json\/wp\/v2\/tags?post=5684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}