Skip to content

Commit

Permalink
fix mysqldump v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hooopo committed Dec 14, 2019
1 parent e6bcf69 commit 4a669ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/backup_restore/backuper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def mysqldump_command
password_argument, # pass the password to mysqldump (if any)
username_argument, # the username to connect as (if any)
db_conf.database, # the name of the database to dump
" | gzip ",
"> '#{@dump_filename}'", # output to the dump.sql file
].join(" ")
puts cmd
Expand Down

0 comments on commit 4a669ba

Please sign in to comment.