HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fatkodima

no profile record

Submissions

Show HN: Zero-downtime PostgreSQL migrations for Ruby on Rails

github.com
36 points·by fatkodima·4 ปีที่แล้ว·9 comments

Online_migrations – catch database issues before they hit production

github.com
4 points·by fatkodima·4 ปีที่แล้ว·0 comments

comments

fatkodima
·4 ปีที่แล้ว·discuss
Thanks for mentioning. Nice logo! I have seen that and borrowed verbose sql logging. Nice gem, I see the differences.

My gem:

1. has more checks 2. has more migration helpers (renaming tables/columns, changing columns types, backfilling etc) 3. more flexible in terms of configuration 4. has background data migrations 5. does not disables wrapping migrations in a transaction, which can be inconvenient and dangerous
fatkodima
·4 ปีที่แล้ว·discuss
Thanks for mentioning. I made a comparison with it - https://github.com/fatkodima/online_migrations#cool-but-ther...