WP Manifestindependent plugin directory
manifest / updates / wp-unlimited-migration

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.zip

A 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, and max_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

  1. Upload the free-wp-unlimited-migration folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to "Free Migration" in the admin menu.

How to Use

To Export:

  1. Click on the "Export" tab.
  2. Click "Export To File".
  3. Wait for the process to complete (Database dump -> File compression).
  4. Click "Download" to save the .zip file.

To Import:

  1. Install this plugin on the new site.
  2. Click on the "Import" tab.
  3. Drag and drop your .zip backup file.
  4. The plugin will upload chunks and then process the restoration.
  5. 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.