AzAd WP Migration Migrate. Backup. Restore.

Documentation

A docs experience that stays readable, fast, and developer-friendly.

The layout is optimized for anchored navigation, code-copy interactions, and product explanations that can live comfortably on a static site.

Getting Started

Overview

Core

AzAd WP Migration and Backup helps you move, back up, and restore WordPress sites from one plugin. It is simple enough for everyday site work and flexible enough for agencies and developers.

Automation

WP-CLI Commands

CLI

Use command-line commands for scripted backups, restores, and deployment routines without opening wp-admin. This is useful when your team manages repeatable staging or maintenance work.

wp-cli
wp azadwm backup
wp azadwm restore backup.wpress

Developer Surface

Hooks And Extensibility

API

The plugin includes hook-based extension points so developers can connect custom workflows, status events, and environment-specific automation.

WordPress Hooks
add_action( 'ai1wm_status_export_init', function () {
    error_log( 'Export started.' );
} );

Connected Storage

Integrations

Cloud

Google Drive support is included, so backups and restores can fit into a safer cloud-based workflow when local-only storage is not enough.

Versioning

Release Notes

Latest

Stable release 1.0.1 brings the migration and Google Drive experience together under the AzAd WP Migration brand while keeping upgrade paths stable.