Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backup/metadata.rb')
-rw-r--r--lib/backup/metadata.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/backup/metadata.rb b/lib/backup/metadata.rb
index aaee326058b..53d8bb271e4 100644
--- a/lib/backup/metadata.rb
+++ b/lib/backup/metadata.rb
@@ -28,6 +28,7 @@ module Backup
:repositories_paths, # ENV['REPOSITORIES_PATHS'],
:skip_repositories_paths, # ENV['SKIP_REPOSITORIES_PATHS'],
:repositories_server_side, # Gitlab::Utils.to_boolean(ENV['REPOSITORIES_SERVER_SIDE'], default: false)
+ :backup_id, # ENV['BACKUP'] or calculated based on backup_created_at and Gitlab::VERSION
:full_backup_id, # full_backup_id,
keyword_init: true
)