From 65e716fa20038f6d84f8e76703f6e8fec727c671 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Wed, 3 Jun 2026 19:21:22 +0100 Subject: [PATCH] Added Document how to migrate an existing WP site #15 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 75e0353..99435e2 100644 --- a/README.md +++ b/README.md @@ -75,5 +75,16 @@ Below are the instructions for the local relay. 3. `abra app deploy ` [abra]: https://git.autonomic.zone/autonomic-cooperative/abra + +## Migrate from a non-Co-op Cloud Wordpress install + +Make a .tar.gz backup of the site's wp-content dir and an .sql.gz backup of the database. + +1. `abra app wp.example.com restore app wp-content.tar.gz` +2. `abra app wp.example.com restore db wordpress.sql.gz` + +Lastly, if there's a domain name change, run a search and replace: +`abra app wp.example.com wp "search-replace https://old.example.com https://wp.example.com"` + [cc-traefik]: https://git.autonomic.zone/coop-cloud/traefik [cc-postfix-relay]: https://git.autonomic.zone/coop-cloud/traefik