Verification of import

If the creation of the new DB was successful (no errors during import) logon the recovered database using the H2 web console:

81035235.png

Verification of the imported data should be checked against the admin's expectations. If everything seems to be okay stop the database server again replace the old (corrupt) with the recovered database file:

copy
# stop database
$ mv data/iamdb.mv.db data/iamdb-old-corrupted.mv.db
$ mv data/iamdb.recovered.mv.db data/iamdb.mv.db
# start database