We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94ac07f + 5b76bce commit af510c7Copy full SHA for af510c7
src/WordPress.php
@@ -1439,7 +1439,7 @@ protected function update_ssl( $assoc_args ) {
1439
1440
EE::log( 'Running search-replace.' );
1441
EE::log( 'Taking database backup before search-replace.' );
1442
- EE::exec( sprintf( \EE_DOCKER::docker_compose_with_custom() . ' exec php wp db export %s.db', $this->site_data['site_url'] ) );
+ EE::exec( sprintf( \EE_DOCKER::docker_compose_with_custom() . ' exec php wp db export --skip-ssl %s.db', $this->site_data['site_url'] ) );
1443
1444
$db_file = $this->site_data['site_fs_path'] . '/app/htdocs/' . $this->site_data['site_url'] . '.db';
1445
$backup_location = EE_BACKUP_DIR . '/' . $this->site_data['site_url'] . '/' . $this->site_data['site_url'] . '.db';
0 commit comments