Hi All, I wanted to check on what is the difference between --write-apidb-change and --apply-change except for the data source. What I'm I trying to do: 1. Load a original dataset in postgres, apply a daily diff on this DB using --write-apidb-change and export it using --read-apidb-current (--rdcur). 2. Apply the daily diff on the original dataset using --apply-change (--ac). 3. Compare the dataset obtained in step 2 with the result obtained in step 1 with the command --derive-change (--dc). Ideally, both of these files should be same. but It isn't. I don't know where is the issue. Can anyone provide any pointers ? Thanks asked 11 Oct '18, 02:12 poisonivy030792 |