How to compare data between two databases in PostgreSQL?

前端 未结 9 842
隐瞒了意图╮
隐瞒了意图╮ 2020-12-07 08:18

Is it possible to compare two databases with identical structure? Let say that I have two databases DB1 and DB2 and I want to check if there is a difference in data between

9条回答
  •  伪装坚强ぢ
    2020-12-07 08:59

    The best tool which I ever seen https://pythonhosted.org/Pyrseas/

    1. Get dump from database A dbtoyaml ...

    2. Generate migration from A => B yamltodb ... [file generated in step 1]

提交回复
热议问题