opengisch / pum

Postgres Upgrades Manager
GNU General Public License v2.0
30 stars 7 forks source link

Warn / fail if contents of delta files have changed #45

Open volcan01010 opened 6 years ago

volcan01010 commented 6 years ago

I have enjoyed experimenting the PUM this afternoon. It looks very useful. Thank you for creating it.

I tried the following:

I expected pum to report that the checksum for the delta file was different from the one recorded in the metadata and prevent me from applying the upgrade. That is what DBFit does. It is a very useful feature. Would it be possible to implement this?