The Exporter
Verification-first WordPress migration plugin for very large sites. Chunked, SHA-256 verified exports with resumable jobs, WP-CLI, and manual or connected transfer.
by The Exporter · github.com/ailirmatrix-cloud/the-exporter-wp · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/ailirmatrix-cloud/the-exporter-wp/archive/refs/heads/main.zipReadme
The Exporter
Verification-first WordPress migration for very large sites.
Export and import chunked, SHA-256 verified packages — built for 50GB+ sites where a single zip file is not an option.
Features
- Separate packages for database, uploads, themes, plugins, mu-plugins, and config
- Chunked segments (500MB–2GB), never one huge archive
- Checksums and manifest validation before import
- Resumable jobs with restore points
- Manual transfer (SFTP / cPanel), connected site push, or browser transfer for small sites
- WP-CLI for production workflows
Requirements
- WordPress 6.0+
- PHP 7.4+
Install
- Download or clone into
wp-content/plugins/the-exporter/ - Activate The Exporter in Plugins
- Open The Exporter in the admin menu
Quick start
Export (source site)
- Start a new export and select components
- Finalize the manifest
- Transfer packages via SFTP, connected site mode, or download
Import (destination site)
- Upload packages to the import path
- Run validation
- Import components in the recommended order
WP-CLI
wp the-exporter export init
wp the-exporter export component database --migration-id=<id>
wp the-exporter export finalize --migration-id=<id>
wp the-exporter import validate --migration-id=<id>
wp the-exporter import database --migration-id=<id> --confirm
Development
npm install
npm run build
License
GPL-2.0-or-later