Skip to content
Snippets Groups Projects
Commit b713fbec authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Relax backup dir permissions for final export

parent 6c73ce68
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,9 @@ namespace :backup do
backup.pack
backup.cleanup
backup.remove_old
# Relax backup directory permissions to make the migration easier
File.chmod(0755, GitlabCi.config.backup.path)
end
 
desc "GITLAB | Restore a previously created backup"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment