Linux 软件免费装
Banner图

Overl1te Migration SQL

开发者 overl1te
更新时间 2026年8月25日 22:25
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: MIT
版权网址: 版权信息

标签

migration import database sql search-replace

下载

1.3.1

详情介绍:

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: What it does not do 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.

安装:

  1. Upload the overl1te-migration-sql folder to the /wp-content/plugins/ directory, or install the zip via Plugins → Add New → Upload Plugin.
  2. Activate the plugin through the Plugins screen.
  3. Open Migration SQL in the admin menu.
  4. Generate SQL, download the .sql file, and run it on the target database after a backup.

升级注意事项:

1.3.1 Display name and text domain updated to Overl1te Migration SQL. 1.3.0 Admin UI strings are now in English and translatable. Uninstall removes stored history.

常见问题:

Does this plugin modify my database?

No. It generates SQL (and WP-CLI commands) for you to review and run. The dry-run action only counts matching rows.

Will serialized data stay valid?

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.

Does it support WordPress multisite?

Yes. On a network it can include tables for all sites (blog prefixes plus shared tables such as usermeta).

Why are post GUIDs left unchanged?

WordPress uses guid as a unique identifier, not as a public permalink. Changing it is usually unnecessary and can confuse feed readers.

What should I do after importing SQL?

Visit Settings → Permalinks and click Save. Then verify siteurl / home and log in on the target site.

Can I restore a previous SQL generation?

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.

更新日志:

1.3.1 1.3.0 1.2.0 1.0.0