---
title: Silence backup warnings when CRON=1 in use
merge_request: 30033
author:
type: fixed
...@@ -21,10 +21,10 @@ namespace :gitlab do ...@@ -21,10 +21,10 @@ namespace :gitlab do
backup.cleanup backup.cleanup
backup.remove_old backup.remove_old
puts "Warning: Your gitlab.rb and gitlab-secrets.json files contain sensitive data \n" \ progress.puts "Warning: Your gitlab.rb and gitlab-secrets.json files contain sensitive data \n" \
"and are not included in this backup. You will need these files to restore a backup.\n" \ "and are not included in this backup. You will need these files to restore a backup.\n" \
"Please back them up manually.".color(:red) "Please back them up manually.".color(:red)
puts "Backup task is done." progress.puts "Backup task is done."
end end
# Restore backup of GitLab system # Restore backup of GitLab system
... ...
......