Linux 软件免费装
Banner图

Dragon Migrate

开发者 dragoncoreltd
更新时间 2026年8月24日 22:31
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

backup migration export database search-replace

下载

1.0.5 1.0.6 1.0.7 1.0.8

详情介绍:

Dragon Migrate moves WordPress databases without breaking them. Every migration runs through a resumable job engine that adapts to your server's time and memory limits, so it finishes on cheap shared hosting instead of timing out halfway through. The search and replace is serialization-safe: it unserializes values, replaces inside them, and reserializes, so page builder data and plugin settings survive a domain change intact. Features Multisite Multisite is not supported. The plugin detects a multisite installation and disables itself rather than partially working. What the free version includes Everything local, with no limits: streamed exports, resumable imports, serialization-safe search-replace, dry runs, full-site archives, backups with one-click restore, migration profiles and WP-CLI commands. Dragon Migrate Pro Built for agencies that move sites between environments all day: See Dragon Migrate Pro for details.

安装:

  1. Upload the dragon-migrate folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Tools > Migrate

屏幕截图:

  • A finished export with its progress log and the downloadable file.
  • Import — a backup is taken automatically first, with optional find and replace applied after the import.
  • Backups — one-click snapshots, with typed confirmation before a restore.
  • Migration profiles — save a configuration once and re-run it any time.

升级注意事项:

1.0.6 Maintenance release: visual polish only. Safe to update.

常见问题:

Will this break my page builder content?

No. Search and replace unserializes data before replacing, then reserializes it. Elementor data, which stores JSON with escaped slashes, is handled specifically.

My host has a 30-second timeout. Will migrations finish?

Yes. Jobs run in small batches that are sized dynamically from how long the previous batch took and how much memory it used. A job resumes from its exact cursor position on the next tick.

Where are export files stored?

In a randomly named directory inside your uploads folder, protected from direct access. Downloads are served through an authenticated endpoint, so the raw file path is never exposed.

How do I move WordPress to a new domain?

Export with Find set to your old URL and Replace set to the new one, then import the file on the new site — or use a full-site archive to carry your files too. The search-replace is serialization-safe, so widgets, theme settings and page builder layouts survive the move.

Why did a plain SQL search and replace break my site?

WordPress stores many settings as serialized PHP strings that record each value's exact length. Editing them with a raw text replace corrupts those lengths, and WordPress silently discards the data. Dragon Migrate decodes values first, replaces inside them, and re-encodes them correctly.

Can I undo a migration?

Yes. A backup is taken automatically before every import and restore, and you can take one manually before any risky change. Restoring can itself be undone, because the current state is backed up first.

Is there a file size limit?

The plugin imposes no limit. Exports stream to disk in batches and imports resume from their exact position, so large databases finish on ordinary shared hosting. Big files can be placed in the migration directory over SFTP instead of uploading through the browser.

Does it support multisite?

Not in this version.

更新日志:

1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0