Skip to content

Commit af510c7

Browse files
authored
Merge pull request EasyEngine#234 from mrrobot47/feat/skip-ssl
Add --skip-ssl option to db export command
2 parents 94ac07f + 5b76bce commit af510c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WordPress.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ protected function update_ssl( $assoc_args ) {
14391439

14401440
EE::log( 'Running search-replace.' );
14411441
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'] ) );
1442+
EE::exec( sprintf( \EE_DOCKER::docker_compose_with_custom() . ' exec php wp db export --skip-ssl %s.db', $this->site_data['site_url'] ) );
14431443

14441444
$db_file = $this->site_data['site_fs_path'] . '/app/htdocs/' . $this->site_data['site_url'] . '.db';
14451445
$backup_location = EE_BACKUP_DIR . '/' . $this->site_data['site_url'] . '/' . $this->site_data['site_url'] . '.db';

0 commit comments

Comments
 (0)