Commit cfd10655 authored by Douwe Maan's avatar Douwe Maan

Merge branch 'add-installation-type-backup-information' into 'master'

Add installation type to backup information file

See merge request gitlab-org/gitlab-ce!22150
parents f90fc922 7bc60659
---
title: Add installation type to backup information file
merge_request: 22150
author:
type: changed
......@@ -243,6 +243,7 @@ module Backup
backup_created_at: Time.now,
gitlab_version: Gitlab::VERSION,
tar_version: tar_version,
installation_type: Gitlab::INSTALLATION_TYPE,
skipped: ENV["SKIP"]
}
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment