gitlab-org--gitlab-foss/doc/raketasks
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
..
README.md Add LDAP task to rename a provider 2016-12-16 09:57:05 -06:00
backup_hrz.png Reduce size of images from 25MB to 13MB using pngquant 2016-11-22 19:53:43 +01:00
backup_restore.md # This is a combination of 2 commits. 2017-02-21 16:03:54 -06:00
check.md Introduce better credential and error checking to `rake gitlab:ldap:check` 2016-11-08 15:46:10 -06:00
cleanup.md Update documentation according to the new multiple git mount points feature 2016-07-21 17:48:57 -04:00
features.md Fix broken links to docs 2017-02-06 15:46:58 +01:00
import.md Refactor repository paths handling to allow multiple git mount points 2016-06-29 22:30:31 -04:00
list_repos.md Add "rake gitlab:list_repos" task 2015-09-25 17:12:41 +02:00
maintenance.md Add Rake task to create/repair GitLab Shell hooks symlinks 2016-11-01 14:52:59 -05:00
user_management.md Add a new gitlab:users:clear_all_authentication_tokens task 2016-10-11 10:21:18 +02:00
web_hooks.md web hooks to webhooks 2016-03-10 14:48:29 -05:00

README.md

Rake tasks