FIX: Update database_restorer to avoid shell use (#12731)

Follow-up to 0ec5fd5262
This commit is contained in:
David Taylor
2021-04-16 13:39:45 +01:00
committed by GitHub
parent 965843f3e5
commit 3436fef5e3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ module BackupRestore
"SKIP_OPTIMIZE_ICONS" => "1",
"DISABLE_TRANSLATION_OVERRIDES" => "1"
},
"rake db:migrate",
"rake", "db:migrate",
failure_message: "Failed to migrate database.",
chdir: Rails.root
)