Greg Weber
Greg Weber
> It would be possible to add a special syntax to this MR to directly support what is desired in https://github.com/amacneil/dbmate/pull/256. Something like adding a star in front: *migration would...
etcd already supports RBAC. What are the issues with just using that?
I created an entirely different implementation of the same concept: https://github.com/gregwebs/redux-side-effect/ I think it deals with the listed disadvantages of this approach.
I have been using my fork on files of about that size in production.
so now we have 2 issues open, probably should close one
I will not be a maintainer, but @ezkl might
That is solving a different use case then what I had. My branch allows for giant streaming collections
fixed on my master by cbeedb6b9862e23aefa933a52b8f510f46d7710d
use a space at the beginning of the line so that they won't be in the history
What I am doing is not passing any PG args to datanymizer other than `--dbname` as the url and also giving the url to pg_dump with `pg_datanymize --dbname "$DATABASE_URL" --...