|
Referenced bool // aborted uploads (ones that do not get referenced by a commit) could leave orphaned blobs |
|
if err := stodb.BlobRepository.Each(func(record any) error { |
Only way to trigger seems to be with REST API:
server="example.com"
curl -d '{}' -H 'Content-Type: application/json' "https://$server/command/database.ScanAbandoned"
varasto/pkg/stotypes/dbtypes.go
Line 137 in 278ac87
varasto/pkg/stoserver/commandhandlersdatamanagement.go
Line 531 in 278ac87
Only way to trigger seems to be with REST API: