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
+ - Reverted full WordPress regex find-replace as the domain is used in the main site config not the full url
11
+
12
+
9
13
## [ 1.7.1] - 2021-07-30
10
14
### Changed
11
15
- Database dump no includes the --no-tablespaces option to stop PROCESS provilege error. (Requires n98-magerun >4.3.0).
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 'http[s]?:\/\/(?:www\.)? $old_domain ' 'https:// $new_domain ' --regex --export | gzip > $remote_backup_dir /latest-wp.sql.gz
59
+ wp search-replace '$old_domain ' '$new_domain ' --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