內容簡介
Onecraft Site Migration 是一款專為 WordPress 網站設計的遷移外掛,可以輕鬆將網站從一個位置轉移到另一個位置,並自動重寫新域名的 URL。它以可靠的方式運行,適合普通的共享主機環境。
【主要功能】
• 一鍵導出與導入網站資料
• 自動重寫新域名的 URL
• 小步驟執行,避免記憶體耗盡
• 先驗證後導入,確保資料完整性
• 自動備份與回滾功能
外掛標籤
開發者團隊
原文外掛簡介
Onecraft Site Migration moves a single WordPress website from one place to another.
On the source site you export everything into one downloadable package; on the
destination you upload that package and import it. The URLs are rewritten to the
new domain automatically.
It is built to be reliable on ordinary shared hosting, where a single PHP
request cannot do all the work:
Runs in small, resumable steps. Long jobs are split into bounded “ticks”
driven from your browser, so they never rely on one giant request.
Streams, never loads everything into memory. Files and database tables are
processed in chunks, so a large file or table will not exhaust memory.
Serialization-safe search & replace. When the domain changes, PHP-serialized
option and meta values are rewritten correctly (string lengths recomputed).
Validates before it touches the destination. The uploaded package’s
checksums are verified before anything is imported.
Automatic rollback. The destination database is backed up before import; if
the database import fails, it is restored automatically.
This is an original implementation. It does not use or copy any other plugin’s
archive format, code, or interface.
What is migrated
All of wp-content — themes, plugins, and uploaded media.
The database — posts, pages, settings, users, and so on.
What is not migrated
WordPress core files (wp-admin / wp-includes) and wp-config.php. The
destination must already be a working WordPress install; the destination keeps
its own core and database connection settings.
