diff --git a/pkg/source/mysqlrestore/cli.go b/pkg/source/mysqlrestore/cli.go index c1f2c51..b4559b2 100644 --- a/pkg/source/mysqlrestore/cli.go +++ b/pkg/source/mysqlrestore/cli.go @@ -38,7 +38,7 @@ type Flags struct { ServerPublicKeyPath string `flag:"--server-public-key-path="` SharedMemoryBaseName string `flag:"--shared-memory-base-name="` Socket string `flag:"--socket="` - SkipSsl bool `flag:"--skip-ssl"` + Ssl int `flag:"--ssl="` SslCa string `flag:"--ssl-ca="` SslCaPath string `flag:"--ssl-capath="` SslCert string `flag:"--ssl-cert="` diff --git a/test/pkg/source/mysqltest/mysql_test.go b/test/pkg/source/mysqltest/mysql_test.go index e67d9b5..1907061 100644 --- a/test/pkg/source/mysqltest/mysql_test.go +++ b/test/pkg/source/mysqltest/mysql_test.go @@ -409,7 +409,7 @@ mysqlrestore: password: %s user: %s Database: %s - skipSsl: true + ssl: 0 additionalArgs: [] sourceFile: %s%s `, hostName, container.Port, mySQLRootPW, mySQLRoot, path,