WPMU - NS Cloner - BB - SQL

Hello,

We use Beaver builder Entreprise version since 3 years now but after 3 server migrations, a small (or maybe BIG) problem appear.

I explain :
• To gain more time NS Cloner
• But when u make this, this plugin replace all urls with defaut name of install with subfolder like
WPMU base wordpressMU . fr
WPMU sub domain wordpressMU . fr/sub1

• When i open access to web to manage website, they clean media/pages/and more

But it appear sometimes they miss some beaver row background picture removed then u have a 404 url

Then my question is (because i have to clean WPMU x7 and it’s more than 3000 websites) :
• Where u store raw and column configuration (background image)
• because it’s always the same url start https://wordpressMU.fr/sub*
i have project to launch a SQL command on specific table (identify this table is important) and try to remove this entry

If u know another way to clean DB from wrong 404 url requested, i’m ready to hear everything…

Best regards

This plugin might help: https://wordpress.org/plugins/better-search-replace/

Hello,

Better search and replace use can manage serialised data ? Because i’m pretty sure it’s serialized data structure, mauybe i’m wrong, i wait about answer from TEAM !

And by deifnition he want to replace with something, i want delete entry with “wrong” value.

Anyway, SQL attack is more better than PHP action request because DB is really BIG, i think.

Best regards

Yes, it manages serialized data, that’s the all point to use it, especially with BB which stores much this way i think.
I’m not sure if it’s efficiency on large DB, i guess yes, the best way to know is to try.

[Updt] Also, i don’t know if BS&R is able to remove a DB entry.