Deleting 30000 users without crashing the database ?
-
hello,
I am trying to delete 30000 woocommerce customers but the database seems to be weird, close to crash.
When using one of the WP plugins, only few hundreds users can be deleted each time I click, then I guess that the server timeout. Then sometimes when I restart I get a database error. Scary to try more.
When trying to delete with WP CLI
wp user delete $(wp user list –role=customer –field=ID)
nothing is deleted and the whole server hangs, even on a dedicated.Is it something well known that WP databases can easily break ?
What is the best solution (safest) to delete 30000 customers ?Thank you so much for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Deleting 30000 users without crashing the database ?’ is closed to new replies.