Skip to content

Commit

Permalink
Use a different tag for EBS snapshots (pingcap#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naman Gupta authored and GitHub Enterprise committed Jan 31, 2024
1 parent a5dc2db commit 55b2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/aws/ebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (e *EC2Session) CreateSnapshots(backupInfo *config.EBSBasedBRMeta) (map[str
}

tags := []*ec2.Tag{
ec2Tag("TiDBCluster-BR", "new"),
ec2Tag("TiDBCluster-BR-Snapshot", "new"),
}

workerPool := utils.NewWorkerPool(e.concurrency, "create snapshots")
Expand Down

0 comments on commit 55b2eb2

Please sign in to comment.