BACK TO DIRECTORY

Overl1te Migration SQL

by overl1te

0.0
(0 ratings)

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 .sql dump, detect its prefix and domain, and generate a finish patch (URL replace, prefix rename, missing columns).
  • Copy ready-made WP-CLI search-replace commands, 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.

Plugin Details

Active Installs
0
Total Downloads
94
Version
1.3.1
Requires WP
5.8
Requires PHP
7.4
Tested Up To
7.1
Added
2026-08-25
Last Updated
2026-08-25 2:25pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0