So, 7.4 came out today and among other things, includes sending backups to remote storage like Amazon S3 storage. Here’s a quick tip or two about getting it setup. Example from my gitlab.yml: ## Backup settings backup: path: “tmp/backups” # Relative paths are relative to Rails.root (default: tmp/backups/) keep_time: 604800 # default: 0 (forever) (in seconds) …
Continue reading “A Quick Note on GitLab 7.4 and Remote Storage Backups”