Skip to content

Instantly share code, notes, and snippets.

View amitworx's full-sized avatar
🎯
Focusing

Amit Sharma amitworx

🎯
Focusing
View GitHub Profile
## install all in one wp migration plugin ##
wp plugin install all-in-one-wp-migration --activate
## List available backups ##
wp ai1wm list-backups
## Restore from the backup ##
wp ai1wm restore your-backup.wpress --yes