View Issue Details

IDProjectCategoryView StatusLast Update
0000011RemositoryGeneralpublic2022-08-06 13:30
Reporteradmin Assigned Toadmin  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0000011: Show disk space used by repository if on Linux; space used in database for all systems
DescriptionCheck system is Linux with:
strtoupper(substr(PHP_OS, 0, 5)) === 'LINUX'
Then use du on the repository directory to find out the disk space used. Display on the control panel.
To find the space used in the blob table (stored files), adapt the following SQL:
SELECT ROUND((data_length+index_length)/power(1024,2)) tablesize_mb FROM information_schema.tables WHERE table_schema='excel_joomla' and table_name='jos_downloads_blob'
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-08-01 09:14 admin New Issue
2022-08-01 09:14 admin Status new => assigned
2022-08-01 09:14 admin Assigned To => admin
2022-08-06 13:30 admin Status assigned => resolved
2022-08-06 13:30 admin Resolution open => fixed