Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: Renan Rangel <rrangel@slack-corp.com>
  • Loading branch information
rvrangel committed Jun 28, 2024
1 parent 5a22160 commit f882c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go/vt/mysqlctl/mysqlshellbackupengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ func (be *MySQLShellBackupEngine) ExecuteBackup(ctx context.Context, params Back
// Common base fields
BackupManifest: BackupManifest{
BackupMethod: mysqlShellBackupEngineName,
// the position is empty here because we have no way of capturing it from mysqlsh
// we will capture it when doing the restore as mysqlsh can replace the GTIDs with
// what it has stored in the backup.
Position: replication.Position{},
BackupTime: start.Format(time.RFC3339),
FinishedTime: time.Now().UTC().Format(time.RFC3339),
Expand Down

0 comments on commit f882c77

Please sign in to comment.