WordPress backup and restore using WP-CLI on Ubuntu

wordpressbackupmigrationops

Backups should be automated and tested. Use them before migrations or major changes.

DB backup

wp db export backup.sql

Restore

wp db import backup.sql

⚠️ Test restores periodically in staging.