A tool for calculating checksums and comparing two foundationdb databases
- Clone the source repository
git clone https://github.com/oleg68/FdbHash.git
- Go to the local repository directory
cd FdbHash
- Execute
mvn install
The resulting jar will be installed to the .m2/repository/com/openwaygroup/dbkernel/fdb/fdb-hash subdirectory of your home directory. The required fdb client library will be copied to the target/lib subdirectory
- Make a directory for deploying. It is named as
Delploy Directory
. - Make a subdirectory
lib
ofDelploy Directory
. - Copy fdb-hash-0.2.1.jar from .m2/repository/com/openwaygroup/dbkernel/fdb/fdb-hash/0.2.1/ subdirectory of your home directory to
Delploy Directory
. - Copy target/lib/fdb-java-6.2.10.jar to
Delploy Directory
/lib
See usage.txt