Linux 软件免费装

InstaMigrate

开发者 instawp
更新时间 2026年4月3日 14:39
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: MIT
版权网址: 版权信息

标签

backup migration database clone transfer

下载

1.5.0

详情介绍:

InstaMigrate provides authenticated REST API endpoints that enable full WordPress site migrations between servers. It handles database export/import with binary-safe hex encoding, file archiving and transfer, and serialization-aware search-replace for domain changes. Features: Important: This plugin grants full database and filesystem access via its REST API. Deactivate and delete it immediately after your migration is complete.

安装:

  1. Upload the insta-migrate folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to Tools > InstaMigrate to find your API key
  4. Use the API key in the X-Insta-Key header for all REST API requests
  5. Remove the plugin after migration is complete

常见问题:

Where do I find my API key?

Go to Tools > InstaMigrate in your WordPress admin. The API key is displayed there and can be regenerated if needed.

Is this plugin safe to leave active?

No. This plugin exposes powerful migration endpoints. Always deactivate and delete it after your migration is complete.

Does it handle serialized data during search-replace?

Yes. The search-replace engine correctly unserializes PHP data, performs replacements recursively, then re-serializes with updated byte counts.

What authentication methods are supported?

Two methods: (1) X-Insta-Key header with the plugin API key, or (2) WordPress Application Passwords via HTTP Basic Auth (requires admin privileges).

更新日志:

1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0