Hi Muhammad, Thank you for responding to my query. I don’t think checksum method will work in my situation because the source file would have changed by the time I run checksum. So, the checksum (or diff) will be different. I am doing rsync of active cluster. What I am looking for is physical (structural) verification of target file such as beginning block and end block, beginning of file and end of file etc. All I want to know is “completeness” and “readability”
of the file by postgres. Thanks. From: Muhammad Ikram <me.mikram@xxxxxxxxx> [EXTERNAL] – This message is from an external sender Hi, Could you use diff ? e.g. diff -qr /var/lib/pgsql/15/data /tmp/data Or pg_checksums --verify --data-dir=/pgdata (for checksum enabled databases) or do checksum on source and target and take diff between two checksum generated files e.g. cd /pgdata Regards, Ikram On Sun, Oct 20, 2024 at 4:45 AM Murthy Nunna <mnunna@xxxxxxxx> wrote:
|