Skip to content

Cron backup

Thomas Miller requested to merge tmiller/gitlab:cron-backup into master

Adds support for supporting cron based backups on task-runner

Our use case is simple that we need regular backups of the Gitlab state that get dumped into gcloud buckets. From there we have an out of band process that syncs it back to our on prem infrastructure for long term keeping.

It currently doesn't remove old backups but at the moment we where just going to write something out of band to do this as it sounds from the discussion above that a more robust builtin option will be available later.

(Copied from https://gitlab.com/charts/gitlab/issues/381#note_125667426 by @WarheadsSE)

Edited by Jason Plum

Merge request reports

Loading