Skip to content
Snippets Groups Projects
Commit da5dea00 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Remove unneeded large file as soon as possible

parent 237571e8
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,6 +63,7 @@ module Backup
abort "mysql-to-postgresql-converter failed"
end
$progress.puts '[DONE]'.green
FileUtils.rm_f(mysql_dump_gz) # save disk space during conversion
 
$progress.print "Splicing in 'DROP INDEX' statements ... "
statuses = Open3.pipeline(
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment