interconnectit / Search-Replace-DB

This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
GNU General Public License v3.0
4k stars 855 forks source link

Support: Queue's #258

Closed maartenwolfsen closed 4 years ago

maartenwolfsen commented 5 years ago

Sometimes, when editing a large database, it takes a long time to execute a search & replace. It would be nice if there would be some sort of 'queue', where I can add other search & replaces to be executed, when the previous one is finished.

gianluigi-icit commented 4 years ago

would be neat, but also adds complexity to the script. You could write a script and execute a search&replace in cli

maartenwolfsen commented 4 years ago

@gianluigi-icit Good point!