Title: Latest WordPress Update Database Updated loop
Last modified: February 6, 2022

---

# Latest WordPress Update Database Updated loop

 *  Resolved [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/)
 * As title says, ive encountered 3 wordpress websites now that get “stuck” after
   updating to the latest (5.9) wordpress version. The only way to evade this loop
   being unable to not enter the wp admin anymore, is to delete and re-install the
   plugin manually again.

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

 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15333234)
 * Edit; keeps looping back and forth to wp-admin/upgrade.php?_wp_http_referer=%
   2Fwp-admin%2F
 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15333239)
 * 4th site now in a loop.
 * I think it’s best to add a button to the admin bar to “clear” or “flush” the 
   redis object cache.
 * It requires me to completely delete and re-install the plugin again to “avoid”
   the above error.
 *  [Rasmussen](https://wordpress.org/support/users/rasmussen/)
 * (@rasmussen)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15333698)
 * I have several sites with the same problem.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15334194)
 * Try running `Redis-cli FLUSHALL` to clear all caches, that will resolve the loop
   _if_ it’s related to Redis.
 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15334908)
 * And how do we do that without SSH access to redis object cache? Reboot is’nt 
   an option with 400 days of a uptime.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335007)
 * If you don’t have CLI access (yikes), then you could try any Redis GUI app to
   flush your server.
 * If you’re unable to do that either, I’d strongly advice against using Redis at
   all.
 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335008)
 * Directadmin integration. I’m able to create redis instances or delete m, have
   to alter wp-config with the login details and port number, and thats it.
 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335009)
 * But there is’nt a way to hard flush using wordpress admin toolbar button itself?
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335014)
 * Not in the adminbar, but from Settings > Redis.
 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335023)
 * Yeah and that leaves us in a loop, also if you hard type wp-admin/admin.php?page
   =litespeed-db_optm for example.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335030)
 * You can exit the loop by deleting the `wp-content/object-cache.php` file.
 * You can create your own adminbar node: [https://github.com/rhubarbgroup/redis-cache/issues/224](https://github.com/rhubarbgroup/redis-cache/issues/224)
 * We also welcome pull requests if you’d like to contribute that feature.
 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335031)
 * Why not integrate it into the admin toolbar. Works for litespeed. And solves 
   future issues with updates.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335036)
 * If you’d like to see this feature, you’re welcome to contribute it, or hire someone
   to do so.
 * It’s very rarely requested and would unnecessarily clutter the adminbar for most
   users.
 *  Thread Starter [Vanderlindemedia](https://wordpress.org/support/users/jvanderlinde/)
 * (@jvanderlinde)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335037)
 * Add an option then “Integrate in admin bar” so users can choose or pick. I manage
   2700 websites or so. I often as a extra service update and test the whole thing
   for various clients. This is just time robbing when websites do chrash and the
   wp-admin cant be accessed.
 *  Plugin Author [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * (@tillkruess)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335058)
 * I don’t take instructions personally, but you’re welcome to contribute the feature
   you want on GitHub.

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

The topic ‘Latest WordPress Update Database Updated loop’ is closed to new replies.

 * ![](https://ps.w.org/redis-cache/assets/icon-256x256.gif?rev=2568513)
 * [Redis Object Cache](https://wordpress.org/plugins/redis-cache/)
 * [Support Threads](https://wordpress.org/support/plugin/redis-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/redis-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/redis-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/redis-cache/reviews/)

 * 15 replies
 * 3 participants
 * Last reply from: [Till Krüss](https://wordpress.org/support/users/tillkruess/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/latest-wordpress-update-database-updated-loop/#post-15335058)
 * Status: resolved