Skip to content

Commit dbc6ed2

Browse files
committed
add migration script and remove PATCH from wordpress version
1 parent e82d998 commit dbc6ed2

File tree

3 files changed

+575
-5
lines changed

3 files changed

+575
-5
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WordPress variables
2-
WP_VERSION=6.3.1
2+
WP_VERSION=6.3
33

44
# Setup WordPress variables
55
WP_ADMIN_EMAIL=

README.md

+13-4
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,17 @@ containers:
101101
```shell
102102
./setup-wordpress.sh
103103
```
104-
7. Optionally: manually activate/configure `wordfence` in the GUI for now.
105-
- **TODO:** automate in script
104+
7. _Optional (CC staff only):_ import production data
105+
1. Ensure you have access to the production server and your local machine
106+
is properly configured to access it
107+
2. Pull production data
108+
```shell
109+
./staff_migrate.sh pull
110+
```
111+
3. Import production data
112+
```shell
113+
./staff_migrate.sh import
114+
```
106115
107116
108117
## Path URLs
@@ -156,7 +165,7 @@ See [`config/web-sites-available/000-default.conf`][dev-webconfig].
156165
157166
| Name | Version |
158167
| --------- | ------- |
159-
| WordPress | `6.3.1` |
168+
| WordPress | `6.3` |
160169
161170
Also see [`.env.example`](.env.example).
162171
@@ -192,7 +201,7 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
192201
193202
| Name | Version |
194203
| ------------------------------------ | -------- |
195-
| [Vocabulary Theme][gh-vocab-theme] | `1.1` |
204+
| [Vocabulary Theme][gh-vocab-theme] | `1.1` |
196205
197206
Also see [`config/composer/composer.json`](config/composer/composer.json).
198207

0 commit comments

Comments
 (0)