Skip to content

Fix hash key settings["gitlab_version"] to settings[:gitlab_version]

Created by: mizzy

In backup_create, backup information hash is using symbol as its key. But in backup_restore, string key is used and it returns empty value.

Merge request reports