Free WP Unlimited Migration
A 100% free WordPress migration plugin supporting unlimited file sizes.
by OpenSource Contributor · github.com/adnancyber-he/wp-unlimited-migration · 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/adnancyber-he/wp-unlimited-migration/archive/refs/heads/main.zipA 100% free WordPress migration plugin supporting unlimited file sizes.
Description
Free WP Unlimited Migration allows you to export your entire website including database and files into a single archive, and restore it on any other site.
Features:
- Unlimited File Size: Supports 1GB, 10GB, 100GB+ sites via chunked uploads.
- Chunk Uploads: Bypasses
upload_max_filesize,post_max_size, andmax_execution_time. - Full Site Export: Database + wp-content (Themes, Plugins, Uploads).
- Smart Import: Restores database, replaces files, and automatically handles URL replacement.
- Resumable: Handled via robust background processing.
- Secure: Uses nonces and transient tokens for secure migration even when session data changes.
- No Ads, No Upsells: 100% GPL and free forever.
Installation
- Upload the
free-wp-unlimited-migrationfolder to the/wp-content/plugins/directory. - Activate the plugin through the 'Plugins' menu in WordPress.
- Go to "Free Migration" in the admin menu.
How to Use
To Export:
- Click on the "Export" tab.
- Click "Export To File".
- Wait for the process to complete (Database dump -> File compression).
- Click "Download" to save the
.zipfile.
To Import:
- Install this plugin on the new site.
- Click on the "Import" tab.
- Drag and drop your
.zipbackup file. - The plugin will upload chunks and then process the restoration.
- Once complete, you will be asked to login again (as the database has been replaced).
Frequently Asked Questions
Does this support Multisite?
Experimental support. It is recommended for single site installations.
Where are backups stored?
Backups are stored in wp-content/uploads/fwp-migration-backups.
Changelog
1.0.0
- Initial release.