A small utility for computingg checksums and comparing two fdb databases

Hello!

When you are prototyping backup/restore, primary/dr or database clone solutions you need a tool that checks that your database has the same state as before or that two databases contain the same data.

I’m glad to introduce a small utility FdbHash that allows you to facilitate these tasks.

This utility has been written in Java and it is my first experience of writting FDB-aware programs. Feel free to post your notes here.

1 Like