keeps / dbptk-ui

DBPTK base UI for both Desktop and Enterprise
https://database-preservation.com
GNU Lesser General Public License v3.0
23 stars 9 forks source link

Validate SIARD fills main drive #330

Open krosenbe opened 1 year ago

krosenbe commented 1 year ago

Description: I created a SIARD extract with lots of BLOBS (not sure if that has anything to do with this issue). Extract is ~400G on E:\ drive Validation nearly filled C:\ drive under C:\Users\.dbvtk. After validation size of .dbvtk folder is ~33G. Because the drive was nearly full, I moved the .dbvtk folder to the E:\ drive, but now DBPTK Desktop does not recognize that the validation has completed unless I move the folder back to C:\Users.

Would like to be able to save/open the validation from somewhere other than C:\Users.

Is there a way to do that?

Context:

Steps required to reproduce the bug:

  1. Load SIARD
  2. Validate SIARD
luis100 commented 1 year ago

Please try to go to Preferences > Settings and change the "Temporary folder" path.

luis100 commented 1 year ago

Also, if resources are an issue, you can try to validate using the command-line tool: https://github.com/keeps/dbptk-developer/wiki/Validation

krosenbe commented 1 year ago

I changed the Temporary folder path and re-ran the validation. It got to T_6.0-1 Validating Primary Keys and started to fill the c:\Users\<me>\.dbvtk\mapdb folder before I killed it.

Since I moved the previous .dbvtk folder, dbptk doesn't recognize that I've already validated the siard file - is there any way to tell dbptk to open that particular validation report from the new location?