Skip to content
Snippets Groups Projects

Use separate dir for ci_backups.

Merged Marin Jankovski requested to merge different_backup_path_for_ci into master
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
@@ -435,7 +435,7 @@ external_url 'GENERATED_EXTERNAL_URL'
## For setting up backups
## see https://gitlab.com/gitlab-org/omnibus-gitlab/blob/629def0a7a26e7c2326566f0758d4a27857b52a3/README.md#backups
# gitlab_ci['backup_path'] = "/var/opt/gitlab/backups"
# gitlab_ci['backup_path'] = "/var/opt/gitlab/ci-backups"
# gitlab_ci['backup_keep_time'] = 604800
# gitlab_ci['backup_upload_connection'] = {
# 'provider' => 'AWS',
Loading