Skip to content

Commit

Permalink
Merge pull request ManageIQ#17830 from NickLaMuro/fix_evm_db_dump_tasks
Browse files Browse the repository at this point in the history
Fix bug with EvmDatabaseOps.dump
  • Loading branch information
carbonin authored Aug 10, 2018
2 parents f611ec7 + 893d927 commit 17a66ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/evm_database_ops.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def self.dump(db_opts, connect_opts = {})
# won't hurt to do as a generic way to get a rough idea if we have enough
# disk space or the appliance for the task.
validate_free_space(database_opts)
PostgresAdmin.backup(database_opts)
PostgresAdmin.backup_pg_dump(database_opts)
end
_log.info("[#{merged_db_opts(db_opts)[:dbname]}] database has been dumped up to file: [#{uri}]")
uri
Expand Down

0 comments on commit 17a66ef

Please sign in to comment.