I am trying to setup database migration, any pointers on what to use?
@munichlinux Migratus is pretty great. https://github.com/yogthos/migratus. There's even a binary version of it here: https://github.com/leafclick/pgmig
Nice! Thank you
Is JIRA ok at the moment? Specifically I was looking at https://clojure.atlassian.net/browse/DXML - when I click on any of the listed issues it does a couple of cycles of reloading the webpage and lands back on the top issue again. This is on Firefox/Mac.
If it is a bug, who should I report it to? Is it Atlassian?
It’s a jira bug and I filed it
If you click on an issue number that should work
OK, great, thanks.
It’s clicking on issues in a filter list while not logged in that doesn’t work
Actually, the reason I was looking at data.xml's info was to see if it's heading towards a 1.0 release like other libs. It looks a bit forlorn sitting at 0.0.8
@borkdude OK, 31st October, I see it! Thanks.
I actually meant: yeah, I thought the same
You should really use the latest alphas
Might not be what you're looking for, but i've recently used https://github.com/amacneil/dbmate on a project as migrations tend to run outside the application and didn't need it to integrate with my Clojure service.
all you need is to set is DATABASE_URL env var if you're ok with the defaults.
Heh. I thought, "Look up and you will be enlightened" 😀
Another +1 for migratus and luminus