On Mon, Apr 16, 2012 at 16:47, ʚïɞ...liss ...εïз <liss...@hotmail.com> wrote:
> I'm working with version 1.7.2 of DSpace've had to delete some collections
> with multiple records the matter is that if you delete the program but not
> the postgresql database use this to continue deleting 8.2 collections will
> continue to give but my database continues to grow and increases the space
> on my hard drive on occasion use a vacuom but lost the links to the records,
> I can do to debug it and not lose links or anything else?

Hello Liss,

I think it's unlikely that your DSpace database has grown to consume
your entire disk.

It's more likely that the old bitstreams are filling up your disk.
This is because if you delete an item with a bitstream in DSpace, it's
not really removed from the assetstore. To actually delete all deleted
bitstreams from the asset store, run this command (replace [dspace]
with your dspace installation directory):

[dspace]/bin/dspace cleanup -v

This fact is documented in API docs, but this should probablybe
stressed more often in User Guide.
http://projects.dspace.org/8/apidocs/org/dspace/storage/bitstore/package-summary.html

If I'm wrong and you really need to shrink the SQL database, not the
assetstore, let me know on the list.

Regards,
~~helix84

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to