
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:
.sql dump, detect its prefix and domain, and generate a finish patch (URL replace, prefix rename, missing columns).search-replace commands, which are safer for serialized data.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.
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.