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 combines export, import, backup, restore, and Google Drive support into one WordPress product with a migration-first workflow and operational tooling for agencies and developers.

Automation

WP-CLI Commands

CLI

Use command-line flows for scripted backups, restores, and deployment routines without opening wp-admin. This is ideal for repeatable staging and maintenance pipelines.

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

Developer Surface

Hooks And Extensibility

API

The plugin preserves hook-based extension points so custom workflows can layer on archive filtering, 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 in the current merged product direction, alongside a wider extension ecosystem for storage and migration edge cases.

Versioning

Release Notes

Latest

Stable release 1.0.1 merges the migration core and Google Drive functionality, rebrands the experience for AzAd Solutions, and preserves compatibility routes and aliases for upgrades.