• Resolved BobsBURGS

    (@bobbysburgers)


    I am trying to figure out what the flow is for doing a migration using this plugin and CLI.

    Atleast the CLI commands. Or where to fin them. Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author iClyde

    (@iclyde)

    Hi @bobbysburgers

    You need to run this file:
    /Web/wordpress/wp-content/plugins/backup-backup/includes/cli-handler.php;

    Like php cli-handler.php <method> <optional parameters>

    Backup:
    php cli-handler.php bmi_backup

    Restore:
    php cli-handler.php bmi_restore <name of the uploaded backup with .zip>

    Download for quick-migration:
    php cli-handler.php bmi_quick_migration <url>

    Hope it helps 🙂
    I can provide live examples as well if you need.

    Thread Starter BobsBURGS

    (@bobbysburgers)

    this all looks great to me. is it documented some place? Sorry for bugging you about it

    Plugin Author iClyde

    (@iclyde)

    Hi @bobbysburgers

    Not yet, it’s not official yet.
    We will add something once we connect it with WP CLI.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-CLI commands’ is closed to new replies.