Title: Onecraft Site Migration
Author: onecraftne
Published: <strong>2026년 8월 11일</strong>
Last modified: 2026년 8월 11일

---

플러그인 검색

![](https://s.w.org/plugins/geopattern-icon/onecraft-site-migration.svg)

# Onecraft Site Migration

 작성자: [onecraftne](https://profiles.wordpress.org/onecraftne/)

[다운로드](https://downloads.wordpress.org/plugin/onecraft-site-migration.0.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/onecraft-site-migration/#description)
 * [평가](https://ko.wordpress.org/plugins/onecraft-site-migration/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/onecraft-site-migration/#installation)
 * [개발](https://ko.wordpress.org/plugins/onecraft-site-migration/#developers)

 [지원](https://wordpress.org/support/plugin/onecraft-site-migration/)

## 설명

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.

## 설치

 1. Upload the plugin ZIP under **Plugins  Add New  Upload Plugin**, then
     activate
    it (do this on both the source and destination sites).
 2. On the **source** site, open **Migration**, optionally enter the destination
     URL,
    and click **Start export**. When it finishes, download the package from the Recent
    jobs list.
 3. On the **destination** site, open **Migration**, enter the **source site URL**,
    
    choose the downloaded package, and click **Upload & import**.
 4. Keep the browser tab open until the progress bar reports completion.

## FAQ

### Does the destination need WordPress already installed?

Yes. The package contains `wp-content` and the database, not WordPress core.
 Install
a fresh WordPress on the destination first, then import.

### Is importing destructive?

Yes. Importing overwrites the destination’s database and `wp-content` files. Use

a fresh or disposable destination site. The database is backed up before import 
and restored automatically if the database import fails; replaced files are also
backed up within the job’s working directory.

### What if the domain is different on the destination?

That is the normal case. Enter the source site URL during import and the plugin

rewrites the old domain to the new one across the database (serialized data included).
Note that a scheme change (http  https) or a change of subdirectory is not rewritten
in this version.

### Does the table prefix need to match?

Yes, in this version the source and destination must use the same database table

prefix (for example `wp_`).

### Where is the export package stored?

Under `wp-content/uploads/ocsm-work/<job-id>/`. That directory is protected from

direct web access; download the package through the plugin’s Download button, which
is capability- and nonce-checked.

### Does it call home or send my data anywhere?

No. The plugin makes no external requests and includes no tracking.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Onecraft Site Migration”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ onecraftne ](https://profiles.wordpress.org/onecraftne/)

[자국어로 “Onecraft Site Migration”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/onecraft-site-migration)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/onecraft-site-migration/)
는, [SVN 저장소](https://plugins.svn.wordpress.org/onecraft-site-migration/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/onecraft-site-migration/)을 [RSS](https://plugins.trac.wordpress.org/log/onecraft-site-migration/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.1.0

 * Initial release: browser-driven export and import.
 * Resumable, chunked file scan, database export, and packaging (ZIP).
 * Chunked, resumable, checksum-verified upload and package validation.
 * File extraction to staging, streaming database import, serialization-safe URL
   
   replacement, and promotion of files into place with a move-aside backup.
 * Automatic pre-import database backup with rollback on failure.
 * Environment diagnostics, job logging, and capability + nonce protected REST
    
   endpoints.

## 기초

 *  버전 **0.1.0**
 *  최근 업데이트: **4일 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.5 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/onecraft-site-migration/)
 * 태그:
 * [backup](https://ko.wordpress.org/plugins/tags/backup/)[clone](https://ko.wordpress.org/plugins/tags/clone/)
   [migrate](https://ko.wordpress.org/plugins/tags/migrate/)[migration](https://ko.wordpress.org/plugins/tags/migration/)
   [move](https://ko.wordpress.org/plugins/tags/move/)
 *  [고급 보기](https://ko.wordpress.org/plugins/onecraft-site-migration/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/onecraft-site-migration/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/onecraft-site-migration/reviews/)

## 기여자

 *   [ onecraftne ](https://profiles.wordpress.org/onecraftne/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/onecraft-site-migration/)