Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created October 21, 2023 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thetwopct/d3400113bb2a162439927872cea108fc to your computer and use it in GitHub Desktop.
Save thetwopct/d3400113bb2a162439927872cea108fc to your computer and use it in GitHub Desktop.
WP-CLI command to fix the “Another Update is Currently in Progress” Error in WordPress
# this looks for an option called core_updater.lock and deletes it.
wp option delete core_updater.lock
# then update...
wp core update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment