Method: RedmineInstaller::Database::MySQL#backup_command

Defined in:
lib/redmine-installer/database.rb

#backup_command(file) ⇒ Object



149
150
151
# File 'lib/redmine-installer/database.rb', line 149

def backup_command(file)
  "mysqldump --add-drop-database --compact --result-file=#{file} #{command_args} #{@database}"
end