Hello Everyone,

 

The running Galaxy in a production environment documentation states:

 

“If you are using MySQL with MyISAM table engine when Galaxy is in multiprocess configuration, workflow steps will get executed out of order and fail.

Use InnoDB engine instead or switch to PostgreSQL.” 

 

I’ve enabled InnoDB for my MySQL database via the my.cnf file but the default database and database to log all database transactions were created with MyISAM files.

If this is normal,  when will Galaxy create InnoDB tables?   I don’t believe you can create a database with InnoDB.

 

Dwayne