Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2024-06-25 15:28:32 +00:00
parent 940ec4e426
commit 430502c6d3
161 changed files with 18469 additions and 580 deletions

View File

@ -94,7 +94,7 @@ module Gitlab
raise(::Backup::Error, "Source database file does not exist #{db_file_name}")
end
Gitlab::Backup::Cli::Output.warn(
Gitlab::Backup::Cli::Output.warning(
"Source backup for the database #{database_name} doesn't exist. Skipping the task"
)