zouloux / wps-migrate
Simplest data migration
Package info
github.com/zouloux/wps-migrate
Type:wordpress-muplugin
pkg:composer/zouloux/wps-migrate
1.0.2
2025-07-16 17:24 UTC
Requires
- php: ^8.3
README
Migrate uploads and data directory ( like sqlite database ) from your Wordpress admin panel. Allows download and upload as tar.gz archives.
Minimalist
- No admin message
- No buy plugin messages
- No setup
Config
Can be disabled with an env WPS_MIGRATE_DISABLE=true
Uploads ( media ) path is automatic, but can be defined with WPS_MIGRATE_UPLOADS_PATH
Data path ( sqlite for ex ) is automatic if sqlite database integration is installed, but can be configured with WPS_MIGRATE_DATA_PATH.
Dependencies
It has no dependencies other than Bedrock and Wordpress.
Install
How to install with Bedrock :
composer require zouloux/wps-migrate