Skip to content
Snippets Groups Projects
Commit 945f227b authored by Matthieu Muffato's avatar Matthieu Muffato
Browse files

Fix the db_cmd usage for eHive 2.2

parent 0d9dfe4a
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,8 @@
{ -logic_name => 'db_snapshot_before_critical_A',
-module => 'Bio::EnsEMBL::Hive::RunnableDB::SystemCmd',
-parameters => {
'url' => $self->dbconn_2_url( 'pipeline_db' ),
'filename' => $ENV{'HOME'}.'/db_snapshot_before_critical_A',
'cmd' => 'eval mysqldump `db_cmd.pl -url #url# -to_params` > #filename#',
'cmd' => $self->db_cmd().' --executable mysqldump > #filename#',
},
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment