Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DbDumperFactory.php #1841

Closed
wants to merge 1 commit into from
Closed

Update DbDumperFactory.php #1841

wants to merge 1 commit into from

Conversation

diadal
Copy link
Contributor

@diadal diadal commented Sep 17, 2024

fix for #1840

ability to use skip SSL

fix for spatie#1840

ability to use skip SSL
@@ -47,6 +47,7 @@ public static function createFromConnection(string $dbConnectionName): DbDumper

if ($dbDumper instanceof MySql) {
$dbDumper
->setSkipSsl($dbConfig['dump']['skipSsl'] ?? false)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use skip_ssl instead as the other config options use underscores, can you also add this to the docs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will this weekend

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, also remember to merge this spatie/db-dumper#213 if not it won't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants