• Resolved romeon

    (@romeon)


    I am looking for solutions (like the wp cli btw!) to migrate from one host to another. So backing up i get a .wpress file. However, on the new host, I would really like to just put it there and unzip it! Without having to first install a clean wp, install the plugin and then restore.

    Is it possible?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yani

    (@yaniiliev)

    to first install a clean wp, install the plugin and then restore.

    You will need to automate this.
    Most hosting providers already offer automated WordPress install.
    – or –
    Install WordPress via wp cli:
    wp core install --url=example.com --title=Example --admin_user=supervisor --admin_password=strongpassword [email protected]

    Install the plugin via wp cli:
    wp plugin install all-in-one-wp-migration --activate

    Restore a backup via wp cli(supported via extension):
    wp ai1wm restore name-of-backup.wpress
    The full documentation of wp cli integration is here: https://help.servmask.com/knowledgebase/all-in-one-wp-migration-unlimited-extension-wp-cli-integration/

    • This reply was modified 5 years, 1 month ago by Yani. Reason: Add empty line before the last sentence
    Thread Starter romeon

    (@romeon)

    @yaniiliev Ok, so the answer is no then ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Possible to migrate without wp on new host?’ is closed to new replies.