braintree / pg_ha_migrations

Enforces DDL/migration safety in Ruby on Rails project with an emphasis on explicitly choosing trade-offs and avoiding unnecessary magic.
MIT License
220 stars 23 forks source link

Build custom image with partman for testing #80

Closed rkrage closed 1 year ago

rkrage commented 1 year ago

We're planning to introduce some features around partition management that utilize pg_partman. It doesn't look like there's a well maintained public docker image for postgres that includes partman, so let's use docker-compose for local / CI testing and build our own!