Hacker News new | ask | show | jobs
by brycethornton 549 days ago
Can you add https://github.com/shayonj/pg-osc? It's my favorite PG migration tool.
2 comments

How many have you used?

At ORIS I wrote a Laravel wrapper for PTOSC and really miss it now that I'm back on PostgreSQL. Now I mostly use updatable views in front of modified tables then drop-swap things later once any transitional backfilling is done.

Hey Paul! Try out pg-osc if you haven't already. I use it quite a bit for this type of thing. https://github.com/shayonj/pg-osc
Thank you Bryce <3