Skip to content

Instantly share code, notes, and snippets.

@onnimonni
Created November 17, 2014 10:01
Show Gist options
  • Save onnimonni/d5170da047a824068bab to your computer and use it in GitHub Desktop.
Save onnimonni/d5170da047a824068bab to your computer and use it in GitHub Desktop.
Wordpress migration with wp-cli
# These are directives to use for migrating wordpress sites into wordpress-palvelu
# In this example '123.123.123.123' is the source machine and 'www.example.com' is the site which is migrated.
# This migration mechanism demands wp-cli to be installed in both machines.
# More information about installing wp-cli: http://wp-cli.org
# Source machine: 123.123.123.123
# Source machine username: wp-user
# Wordpress siteurl: www.example.com
# ssh into your source machine
ssh [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment