Skip to content

Commit 8b4bb8e

Browse files
authored
Merge pull request #46 from WordOps/adding-logo
Add sponsors logo
2 parents c51477f + 55a6e63 commit 8b4bb8e

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

docs/guides/wordpress-migration.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The site you want to migrate was created with the flag `--wpredis`
77

88
In our example :
99

10-
- new server name is NEW-SRV with IP 10.0.0.1
11-
- the previous server is OLD-SRV with IP 192.168.0.1
12-
- site domain is mydomain.tld
10+
- new server name is NEW-SRV with IP 10.0.0.1
11+
- the previous server is OLD-SRV with IP 192.168.0.1
12+
- site domain is mydomain.tld
1313

1414
## On the previous server (OLD-SRV)
1515

@@ -45,17 +45,10 @@ wget -qO wo wops.cc && sudo bash wo
4545
wo stack install
4646
```
4747

48-
### Create wordpress site with same domain
48+
### Create an empty wordpress site with same domain
4949

5050
```bash
51-
wo site create mydomain.tld --wpredis
52-
```
53-
54-
### Cleanup default WP database and remove files
55-
56-
```bash
57-
sudo -u www-data -H wp db clean --yes --path=/var/www/mydomain.tld/htdocs
58-
rm -rf /var/www/mydomain.tld/htdocs/*
51+
wo site create mydomain.tld --wpredis --vhostonly
5952
```
6053

6154
### Setup a password-less ssh access between your servers

docs/images/liquid-web.png

29.5 KB
Loading

0 commit comments

Comments
 (0)