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/database.rb')
-rw-r--r--lib/backup/database.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/backup/database.rb b/lib/backup/database.rb
index afc84a4b913..3cbe3cf7d88 100644
--- a/lib/backup/database.rb
+++ b/lib/backup/database.rb
@@ -25,7 +25,7 @@ module Backup
end
override :dump
- def dump(db_file_name)
+ def dump(db_file_name, backup_id)
FileUtils.mkdir_p(File.dirname(db_file_name))
FileUtils.rm_f(db_file_name)
compress_rd, compress_wr = IO.pipe
@@ -134,11 +134,6 @@ module Backup
MSG
end
- override :human_name
- def human_name
- _('database')
- end
-
protected
def database