keeps / dbptk-developer

DBPTK Developer - library and command-line tool for execution of database preservation actions
http://www.database-preservation.com
GNU Lesser General Public License v3.0
43 stars 19 forks source link

Cannot deploy a database with external LOBs #399

Open BorisDomajnko opened 5 years ago

BorisDomajnko commented 5 years ago

To load the database it seems that I need to use the same filter options as for creating the SIARD file. But it is unconvenient to deal with --filter1-column-list additional file. What are the parameters to export to filesystems? Now I get errors , connected to creation of BLOBS.

Creation of SIARD (runs ok): dbptk-app.log_CREATE_SIARD.txt Deployment: dbptk-app.log_DEPLOY_SIARD.txt

Options: -jar dbptk-app-2.6.0-RC.jar migrate \ --filter external-lobs \ --filter1-column-list /home/doma/dbdipview/www/files/LOB_list_file.txt \ --filter1-reference-type file-system \ --filter1-base-path=/home/doma/dbdipview/www/files/xx \

hmiguim commented 5 years ago

Hi Boris,

At the moment DBPTK doesn't support the import of the SIARD with external-lobs defined by a filter. The issue will remain open and can be revisited in future iterations of DBPTK. For now, DBPTK only supports the creation of the SIARD. You cannot export it to the file system again.

hmiguim commented 5 years ago

reopen

BorisDomajnko commented 5 years ago

I thought the problem was only the export to DB (to a given output folder). I hope there will be further activities soon:) Best regards, Boris