|
|
|
|
|
by e12e
1508 days ago
|
|
Thanks for mentioning migra. Unfortunately it looks like it's only for identical databases - ie using public schema - so it can't diff dba.user1_schema.table1 vs dbb.user2_schema.table1? I don't have any production DBs that use public/not-instance/user-specific schemas :/ |
|
https://github.com/djrobstep/migra/blob/master/migra/migra.p...
It looks like the schema do have to have the same name between the databases, which I think is sensible but again I could be wrong. This is a darker corner of the postgres tooling world that could definitely use some light, so good on the migra devs to trying this out. If you do get it working, consider sending them a PR with some documentation on your use case!