jadu / meteor

A packaging and deployment tool
https://jadu.github.io/meteor
MIT License
9 stars 1 forks source link

Galaxy migrations #18

Open tompedals opened 7 years ago

tompedals commented 7 years ago

Add support for migrating Galaxies. Currently most migrations for Galaxies are done within the main website migrations. This involves reading config files, finding Galaxies and looping over the migration logic for every Galaxy database. This is the kind of logic that should be within the Meteor tool and not copied and pasted into migration files.

jedi58 commented 7 years ago

will be interesting making this backwards compatible too, so maybe a series of built-in helper functions which can be used in place of this?