

The Migrator screen: create a backup with presets and exclusion options, alongside restore and your saved backups.
Migrator packs your database and everything in wp-content into a single file you can download, keep as a backup, and restore, on the same site or on a brand-new install somewhere else. When you restore onto a different address, Migrator rewrites the old URLs and file paths to the new ones for you, so the site just works.
Everything happens on your own server. There is no account to create, no file size sold back to you, and nothing is ever sent to a third-party service. Because it is fully open, you can read exactly what it does: the source lives at https://github.com/wppoland/plogins-migrator, which is also where to file a bug or request a feature.
How it works
wp-content into one archive next to it.The address rewrite is safe for serialized data: Migrator walks the actual data structures rather than doing a blind text replace, so the byte-length counts PHP stores inside serialized options and meta stay correct and nothing breaks.
A few things worth knowing
Backups are written to a protected folder (wp-content/migrator-backups) that denies direct web access, and the in-browser download is served only to logged-in administrators through an authenticated handler, the files are never exposed at a guessable URL. Each item inside an archive carries a checksum, so a truncated or corrupted backup is caught before it is ever restored over a live site.
Restoring overwrites the destination database and files, that is the point of a restore, so it asks for confirmation and is limited to administrators. Migrator never overwrites its own plugin folder during a restore, so it cannot pull the rug out from under itself mid-import.
For large sites where a browser request would time out, every job also runs from WP-CLI, which has no timeout:
wp migrator export
wp migrator import path/to/backup.migrator
What’s included
wp-content into a single archiveexport and import commands for sites too large for the browserwp migrator replace command, to change a domain, URL or path safelyThe free edition backs up and migrates your whole site by hand. Plogins Migrator PRO makes it run itself:
Everything in the free edition stays free and open. Plogins Migrator PRO starts at 49 EUR per year (PLN shown at checkout).
Compare editions and pricing: plogins.com/plogins-migrator-pro/pricing/
Plogins Migrator includes Polish, German and Spanish translations for the plugin interface. The text domain is plogins-migrator, so WordPress.org language packs can also override or extend these bundled translations.