Overl1te Migration SQL Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Overl1te Migration SQL helps you move a WordPress site between environments by generating SQL you run yourself. It does not change the live database until you (or your DBA) execute the generated statements.
The plugin is intended for administrators who already make database backups and understand SQL. Typical uses:
- Export table structure and optional INSERT data, with the new domain substituted in text values.
- Generate UPDATE … REPLACE statements for selected tables when only URLs need to change.
- Preview how many rows would match (dry run) before you generate replacement SQL.
- Upload a production
.sqldump, detect its prefix and domain, and generate a finish patch (URL replace, prefix rename, missing columns). - Copy ready-made WP-CLI
search-replacecommands, which are safer for serialized data.
What it does not do
- It does not execute migration SQL against production for you.
- It does not upload dumps to a remote host or phone home.
- It does not rewrite post GUIDs (by design).
- Plain SQL REPLACE can break PHP serialized strings. Use WP-CLI for those leftovers.
Safety
Only users with the manage_options capability can open the plugin. All form actions use WordPress nonces. Uploaded dumps are read from the temporary upload file and are not stored in the media library. Always take a full database backup before running generated SQL.
Privacy
The plugin stores a short generation history in a WordPress option on the site where it is installed. History and SQL transients are removed when you uninstall the plugin. No data is sent to third parties.
Screenshots
No screenshots provided

