Hi Sarah,

Am 22.03.22 um 13:05 schrieb Sarah Butash:
Hello DSpace Community,

I've been asked to report the amount of space used for our DSpace data. I can report the size of the volume allocated for the database, but this doesn't give me the actual data used space.  We are on DSpace 5.10 on a linux server.

If you have any helpful hints, it would be great if you could share.

log into the database via psql and do this query, assuming the name of your database is 'dspace':


select pg_size_pretty(pg_database_size('dspace'));


Michael

--
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/9eb72c97-e186-6939-bed8-814b10765b06%40bibliothek.uni-kassel.de.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to