Fork me on GitHub
#clojure
<
2020-11-08
>
piyer16:11:43

I am trying to setup database migration, any pointers on what to use?

borkdude16:11:23

@munichlinux Migratus is pretty great. https://github.com/yogthos/migratus. There's even a binary version of it here: https://github.com/leafclick/pgmig

piyer16:11:17

Nice! Thank you

afhammad18:11:25

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.

afhammad18:11:45

all you need is to set is DATABASE_URL env var if you're ok with the defaults.

jmckitrick23:11:03

Another +1 for migratus and luminus

peter hull16:11:46

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.

peter hull16:11:04

If it is a bug, who should I report it to? Is it Atlassian?

Alex Miller (Clojure team)16:11:12

It’s a jira bug and I filed it

Alex Miller (Clojure team)16:11:32

If you click on an issue number that should work

peter hull16:11:52

OK, great, thanks.

Alex Miller (Clojure team)16:11:16

It’s clicking on issues in a filter list while not logged in that doesn’t work

peter hull16:11:46

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

☝️ 3
peter hull16:11:11

@borkdude OK, 31st October, I see it! Thanks.

borkdude17:11:51

I actually meant: yeah, I thought the same

peter hull20:11:39

Heh. I thought, "Look up and you will be enlightened" 😀

Alex Miller (Clojure team)17:11:02

You should really use the latest alphas

👍 6