| 开发者 | overl1te |
|---|---|
| 更新时间 | 2026年8月25日 22:25 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | MIT |
| 版权网址: | 版权信息 |
.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.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.
overl1te-migration-sql folder to the /wp-content/plugins/ directory, or install the zip via Plugins → Add New → Upload Plugin..sql file, and run it on the target database after a backup.No. It generates SQL (and WP-CLI commands) for you to review and run. The dry-run action only counts matching rows.
SQL REPLACE() does not update serialized string lengths. After a domain change, run WP-CLI search-replace for remaining serialized values. The plugin prints those commands on its admin page.
Yes. On a network it can include tables for all sites (blog prefixes plus shared tables such as usermeta).
WordPress uses guid as a unique identifier, not as a public permalink. Changing it is usually unnecessary and can confuse feed readers.
Visit Settings → Permalinks and click Save. Then verify siteurl / home and log in on the target site.
The plugin keeps the last five generations. Structure dumps with INSERT data store only a preview in history; download the full SQL while it is still on the page.