Linux 软件免费装
Banner图

FastMigrate – Direct Server-to-Server Site Transfer

开发者 hostwp.io
更新时间 2026年8月5日 01:30
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

wordpress migration backup migrate migration clone

下载

1.0.1 1.0.0

详情介绍:

FastMigrate moves a WordPress site between hosts, servers, or environments - no downloads, no uploads. It connects your two WordPress sites directly, server-to-server, so your data moves between the two hosts at full data-center speed and never touches your browser or your local disk. At a glance:

安装:

  1. Install FastMigrate on both source and destination sites.
  2. On the source: go to FastMigrate -> Prepare Migration -> wait for key to appear.
  3. Copy the key.
  4. On the destination: go to FastMigrate -> paste key -> Start Migration.
  5. Verify the migrated site looks correct -> Confirm (or Rollback if not).

屏幕截图:

  • Preparing the source site for migration
  • Source site migration in progress
  • Source site fully prepared
  • Migration to destination in progress
  • Destination site successfully migrated

常见问题:

How long does migration take?

A 1-2 GB site typically finishes in 1-3 minutes on well-provisioned hosts. Speed depends on both servers' disk I/O, CPU, and network bandwidth.

Will my destination logins keep working?

No - it's a 100% clone including users. After migration, log in with the source site's credentials.

Does this work on shared hosting?

Yes - designed specifically for restricted shared hosting. Uses chunked processing to stay within time limits, with automatic fallbacks when native tools aren't available.

What about very large sites?

Sites larger than ~5 GB may take longer but will still complete reliably. The plugin handles large files via chunked byte-range downloads with resume support, and automatically splits large files across parallel connections when idle slots are available (tail acceleration).

Is my data secure during transfer?

Yes - all transfers are HMAC-signed with expiring keys. Archives are never publicly accessible.

Does this work with WordPress Multisite?

No - Multisite is not supported in this version. FastMigrate works with single-site installations only.

Can I migrate from a localhost site to a live host?

Yes - but only in one direction. The destination server must be able to REACH the source server directly.

  • Migrating FROM a live host TO localhost works fine (the localhost destination can connect to the public source).
  • Migrating FROM localhost TO a live host requires making the localhost temporarily reachable (e.g. via ngrok or LocalWP Live Link) so the live destination server can connect to it and pull the backup.