Document how to migrate an existing WP site #15

Open
opened 2020-12-08 09:14:19 +00:00 by 3wordchant · 2 comments
Owner
  1. Make a .tar.gz backup of the site's wp-content dir and an .sql.gz backup of the database
  2. abra app wp.example.com restore app wp-content.tar.gz
  3. abra app wp.example.com restore db wordpress.sql.gz

Lastly, if there's a domain name change:

  • abra app wp.example.com wp "search-replace https://old.example.com https://wp.example.com"
1. Make a .tar.gz backup of the site's `wp-content` dir and an `.sql.gz` backup of the database 2. `abra app wp.example.com restore app wp-content.tar.gz` 3. `abra app wp.example.com restore db wordpress.sql.gz` Lastly, if there's a domain name change: - `abra app wp.example.com wp "search-replace https://old.example.com https://wp.example.com"`
Author
Owner

Updated & simplified for new abra app ... restore functionality 👌

Updated & simplified for new `abra app ... restore` functionality 👌
Owner

Would these docs live in the README?

Would these docs live in the README?
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/wordpress#15
No description provided.