gitlab-org--gitlab-foss/lib/backup
Drew Blessing d6584c94a4 # This is a combination of 2 commits.
# This is the 1st commit message:

Add `copy` backup strategy to combat file changed errors

The backup Rake task used to stream data directly from the live
data directory into the backup. Under many circumstances this worked
OK. However, really active instances would experience a 'file changed
as we read it' error - especially with data like the registry. This
now copies the data first, then compresses it. It will take a bit
more disk space while the backup is in progress, but it's a
necessary thing.

# The commit message #2 will be skipped:

#	Add env var
2017-02-21 16:03:54 -06:00
..
artifacts.rb Implement Build Artifacts 2015-11-10 12:51:50 +01:00
builds.rb Explicitly require backup/files 2015-11-02 15:04:43 -05:00
database.rb Replace colorize gem with rainbow. 2016-06-03 10:37:09 -06:00
files.rb # This is a combination of 2 commits. 2017-02-21 16:03:54 -06:00
lfs.rb Backup LFS objects same as any upload. 2015-11-19 10:43:45 +01:00
manager.rb Fix specs 2017-01-31 22:50:40 +00:00
pages.rb Add GitLab Pages 2017-01-31 22:50:39 +00:00
registry.rb Added backup of container registry 2016-05-16 17:25:38 -05:00
repository.rb Use Namespace#full_path instead of Namespace#path 2017-02-14 18:38:20 +02:00
uploads.rb Explicitly require backup/files 2015-11-02 15:04:43 -05:00