ARTbio / GalaxyKickStart

Ansible playbooks for Galaxy Server deployment
GNU General Public License v3.0
24 stars 22 forks source link

Fixes for GalaxyKickStart #347

Closed drosofff closed 4 years ago

drosofff commented 5 years ago

Over the 6 last months many changes have been introduced in gks and a number of bugs escapes to automated testing with Travis.

We should address:

drosofff commented 5 years ago

I have some hopes that re-using miniconda role will fix many bugs, including the _upload issue... Yet have to understand why the playbook doesn't manage (anymore ?) the _upload nginx section in nginx.conf

mvdbeek commented 5 years ago

Didn't look into this at all, but you don't need _upload route in the nginx config or the nginx upload module anymore, Galaxy can now handle large uploads without that. When migrating away from that also make sure you don't have nginx_upload_store and nginx_upload_path set in the Galaxy config. Hope that helps!

drosofff commented 5 years ago

Thanks for the tip @mvdbeek