Skip to content

Commit

Permalink
br: update permission, so tikv can write to folder when backup to loc…
Browse files Browse the repository at this point in the history
…al (#30396)
  • Loading branch information
fengou1 committed Dec 17, 2021
1 parent c0888f5 commit 778e188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion br/pkg/storage/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
localDirPerm os.FileMode = 0o755
localDirPerm os.FileMode = 0o777
localFilePerm os.FileMode = 0o644
// LocalURIPrefix represents the local storage prefix.
LocalURIPrefix = "file://"
Expand Down

0 comments on commit 778e188

Please sign in to comment.