File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Changed
10
+ - Added the ` --all-tables ` flag to the WordPress database backup as some tables were missed without it
11
+
12
+
9
13
## [ 1.7.2] - 2021-08-03
10
14
### Changed
11
15
- Reverted full WordPress regex find-replace as the domain is used in the main site config not the full url
Original file line number Diff line number Diff line change 56
56
57
57
if [ $_arg_wordpress == 'on' ]; then
58
58
cd wp
59
- wp search-replace '$old_domain ' '$new_domain ' --export | gzip > $remote_backup_dir /latest-wp.sql.gz
59
+ wp search-replace '$old_domain ' '$new_domain ' --all-tables -- export | gzip > $remote_backup_dir /latest-wp.sql.gz
60
60
fi
61
61
ENDSSH
You can’t perform that action at this time.
0 commit comments