WPS Migrate
Simplest Data migration
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/zouloux/wps-migrate/archive/refs/heads/main.zipDeclares an update source (https://github.com/zouloux/wps), so updates arrive through the plugin's own updater.
Readme
WPS - Migrate Wordpress plugin
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