Created
November 17, 2014 10:01
-
-
Save onnimonni/d5170da047a824068bab to your computer and use it in GitHub Desktop.
Wordpress migration with wp-cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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