Skip to content

Commit b240d48

Browse files
committed
skip ssl
1 parent 3f7b001 commit b240d48

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkg/source/mysqlrestore/cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ type Flags struct {
3838
ServerPublicKeyPath string `flag:"--server-public-key-path="`
3939
SharedMemoryBaseName string `flag:"--shared-memory-base-name="`
4040
Socket string `flag:"--socket="`
41+
SkipSsl bool `flag:"--skip-ssl"`
4142
SslCa string `flag:"--ssl-ca="`
4243
SslCaPath string `flag:"--ssl-capath="`
4344
SslCert string `flag:"--ssl-cert="`

test/pkg/source/mysqltest/mysql_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ mysqlrestore:
409409
password: %s
410410
user: %s
411411
Database: %s
412+
skipSsl: true
412413
additionalArgs: []
413414
sourceFile: %s%s
414415
`, hostName, container.Port, mySQLRootPW, mySQLRoot, path,

0 commit comments

Comments
 (0)