We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626fc79 commit a8926c1Copy full SHA for a8926c1
app/controllers/litestream/restorations_controller.rb
@@ -9,7 +9,7 @@ def create
9
now = Time.now.utc.strftime("%Y%m%d%H%M%S")
10
backup = File.join(dir, "#{base}-#{now}#{ext}")
11
12
- Litestream::Commands.restore(database, async: false, **{"-o" => backup})
+ Litestream::Commands.restore(database, **{"-o" => backup})
13
14
redirect_to root_path, notice: "Restored to <code>#{backup}</code>."
15
end
0 commit comments