Skip to content

Commit

Permalink
ignore fix datastore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Son Roy Almerol committed Nov 12, 2024
1 parent 0d7756d commit f6a3342
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions internal/backend/backup/jobrun.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ func RunBackup(job *store.Job, storeInstance *store.Store) (*store.Task, error)
job.Store,
)

err = FixDatastore(job, storeInstance)
if err != nil {
return nil, fmt.Errorf("RunBackup: failed to fix datastore permissions -> %w", err)
}
_ = FixDatastore(job, storeInstance)

hostname, err := os.Hostname()
if err != nil {
Expand Down

0 comments on commit f6a3342

Please sign in to comment.