Skip to content

Commit

Permalink
fix mysqlshell engine
Browse files Browse the repository at this point in the history
Signed-off-by: Renan Rangel <[email protected]>
  • Loading branch information
rvrangel committed Sep 25, 2024
1 parent c187e36 commit b2a540e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/vt/mysqlctl/mysqlshellbackupengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ func (be *MySQLShellBackupEngine) ShouldStartMySQLAfterRestore() bool {
return false
}

func (be *MySQLShellBackupEngine) Name() string { return mysqlShellBackupEngineName }

func (be *MySQLShellBackupEngine) backupPreCheck(location string) error {
if mysqlShellBackupLocation == "" {
return fmt.Errorf("%w: no backup location set via --mysql-shell-backup-location", MySQLShellPreCheckError)
Expand Down

0 comments on commit b2a540e

Please sign in to comment.