Title: aGo Migrator
Author: Ago lab
Published: <strong>20 ສິງຫາ 2026</strong>
Last modified: 21 ສິງຫາ 2026

---

ຄົ້ນຫາປລັກອິນ

![](https://ps.w.org/ago-migrator/assets/banner-772x250.png?rev=3657936)

![](https://ps.w.org/ago-migrator/assets/icon-256x256.png?rev=3657936)

# aGo Migrator

 ໂດຍ [Ago lab](https://profiles.wordpress.org/agolab/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/ago-migrator.1.1.0.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/ago-migrator/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/ago-migrator/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/ago-migrator/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/ago-migrator/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/ago-migrator/)

## ຄຳອະທິບາຍ

aGo Migrator packages WordPress content (database tables + uploads + plugin and 
theme listings) into a single archive to move a site between environments. Lightweight
alternative to enterprise migration plugins.

**Features**

 * Export site to a single archive (database, uploads).
 * Import archive on the destination site.
 * Search-replace of URLs on import.
 * No external services.
 * Fully internationalized. Translations are contributed and delivered through translate.
   wordpress.org.

### External services

This plugin does not connect to any external service. Nothing is sent anywhere: 
the archive is generated and read entirely on your own server, and the plugin makes
no outbound requests of its own.

The admin page does contain links that open in a new tab only when you click them.
No script, style, font or image is ever loaded from any of these sites:

 * ago.cl, plugin documentation and the aGo Lab site (https://ago.cl/).
 * wordpress.org, the support forum for this plugin, the “Moving WordPress” guide
   and the “Changing the site URL” guide (https://wordpress.org/).
 * PageSpeed Insights, offered as a way to compare your site before and after a 
   move (https://pagespeed.web.dev/).
 * PayPal, the voluntary donation links (https://paypal.me/).

### Privacy

The plugin processes your own site data locally to build and restore the archive.
It sends no data to third parties. It stores short-lived job transients and a temporary
working directory in wp-content; on uninstall, those transients and the temporary
directory are removed.

## ພາບໜ້າຈໍ

[⌊Export and import on a single screen: one-click full-site backup and drag-and-
drop restore.⌉⌊Export and import on a single screen: one-click full-site backup 
and drag-and-drop restore.⌉[

Export and import on a single screen: one-click full-site backup and drag-and-drop
restore.

[⌊Step-by-step export progress with live table-by-table status.⌉⌊Step-by-step export
progress with live table-by-table status.⌉[

Step-by-step export progress with live table-by-table status.

## ການຕິດຕັ້ງ

 1. Upload `ago-migrator` to `/wp-content/plugins/`.
 2. Activate the plugin on both source and destination.
 3. Source: **aGo Tools, Migrator**, click Export.
 4. Destination: same screen, click Import and upload the archive.

## ຄຳຖາມທີ່ພົບເລື້ອຍ

### How large a site can it move?

The export and import run in steps and the upload is chunked, so it works on shared
hosting. Very large uploads directories are still limited by your host disk space
and execution time.

### Does it overwrite the destination site?

Yes. Importing replaces the destination database and files. Always import into a
fresh or disposable site, never over production without a backup.

### Can I use WP-CLI?

Yes. The plugin registers an `agomigrator` WP-CLI command for export and import.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“aGo Migrator” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການ
ພັດທະນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Ago lab ](https://profiles.wordpress.org/agolab/)

[ແປ “aGo Migrator” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/ago-migrator)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/ago-migrator/), ກວດເບິ່ງ
[ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/ago-migrator/), ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/ago-migrator/)
ຜ່ານ [RSS](https://plugins.trac.wordpress.org/log/ago-migrator/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 1.1.0

 * Exporting the files of a site is now done in batches instead of one directory
   per request, so a large uploads folder no longer runs past the time limit of 
   the server and costs you the whole export.
 * Each location is indexed before its files are archived, so progress is reported
   file by file against the real total.
 * WP-CLI reports each step as it goes, with its own count.

#### 1.0.3

 * A hosting or security layer that limits how many requests it accepts no longer
   stops an export or an import halfway: the step is repeated after a short wait
   and the rest of the job continues at a slower pace.
 * When the server answers with an error, the log now names it, instead of showing
   the message of a failed attempt to read the answer as data.

#### 1.0.2

 * Every file the plugin writes now lives in a folder named after the plugin inside
   the uploads directory, resolved at runtime, instead of a folder in wp-content.
 * Each location the plugin reads or restores (plugins, must-use plugins, themes,
   uploads, languages) is resolved through its own WordPress accessor, so installs
   that moved any of them outside wp-content are exported and restored correctly.
 * On import, the archive’s upload directory is rewritten to wherever uploads live
   on the destination, which fixes media paths when the two sites do not share the
   same layout.
 * An export or a restore now requires the network capability on multisite, so a
   single site administrator can no longer act on the whole installation.
 * Upgrading or uninstalling removes the working directory used by earlier versions,
   so no old database dump is left behind.
 * Translations are no longer bundled: they come from translate.wordpress.org, where
   anyone can contribute them.

#### 1.0.1

 * Security: the working directory is created on demand and always carries its server-
   level denial files, instead of relying on activation having run.
 * Security: each backup is written inside a folder whose name is not guessable,
   so an archive cannot be located by trying URLs.
 * Security: archives are deleted after download, by a scheduled cleanup, and whenever
   a new job starts. A database dump is no longer left on disk when a download is
   abandoned.
 * Security: job identifiers are validated against a strict allow list before they
   are used to build a filesystem path.
 * Security: a restore only runs schema and data statements from an allow list, 
   so a tampered archive cannot reach other database commands.
 * Security: archive entries with traversal segments, absolute paths, drive letters
   or backslashes are refused, and every write is confirmed to land inside its destination
   directory.
 * Security: serialized objects are left untouched during search-replace rather 
   than being unserialized.
 * Security: table names are verified against the live schema and all values are
   escaped through the WordPress database API.
 * Fixed: the activation routine never ran, which left the working directory without
   its protection files.
 * Fixed: an SQL value containing a semicolon and a line break no longer splits 
   a statement in two during import.
 * Fixed: error messages no longer include server paths or dump contents.
 * Added: Quick links and Other aGo Lab plugins cards in the sidebar, both fully
   translated.

#### 1.0.0

 * Initial release.
 * One-click full-site export (database and uploads) to a single archive.
 * Drag and drop import with manifest preview and confirmation.
 * Serialization-safe search-replace of URLs on import.
 * WP-CLI export and import commands.
 * Fully internationalized, with translations available through translate.wordpress.
   org.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **1.1.0**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **20 ຊົ່ວໂມງ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **ໜ້ອຍກວ່າ 10**
 *  ເວີຊັນ WordPress ** 6.0 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **7.1**
 *  ເວີຊັນ PHP ** 8.1 ຫຼື ສູງກວ່າ **
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/ago-migrator/)
 * ແທັກ
 * [backup](https://lo.wordpress.org/plugins/tags/backup/)[export](https://lo.wordpress.org/plugins/tags/export/)
   [import](https://lo.wordpress.org/plugins/tags/import/)[migration](https://lo.wordpress.org/plugins/tags/migration/)
   [transfer](https://lo.wordpress.org/plugins/tags/transfer/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/ago-migrator/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[ການທົບທວນຂອງທ່ານ](https://wordpress.org/support/plugin/ago-migrator/reviews/#new-post)

[ເບິ່ງທັງໝົດ ການຣີວິວ](https://wordpress.org/support/plugin/ago-migrator/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Ago lab ](https://profiles.wordpress.org/agolab/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/ago-migrator/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://paypal.me/sixtovaldes)