After several succesfull updates with full dumps, I got this disc full message today using a 500 GB virtual hard disc:
Solr is running on http://localhost:8983
load-backup-archives: Thu Jul 3 09:26:05 AM UTC 2025: Load MusicBrainz Solr collection (1/15): 'annotation'...
load-backup-archives: Thu Jul 3 09:26:05 AM UTC 2025: Delete the pre-existing backup 'annotation'...
load-backup-archives: Thu Jul 3 09:26:05 AM UTC 2025: Extract the backup archive 'annotation.tar.zst' (305M)...
tar: annotation/annotation/index/5927bd7b-7d69-4495-8a30-50d9d8a661bf: Wrote only 4096 of 10240 bytes
tar: annotation/annotation/index/c19c1abc-2160-4fef-8acf-afce47d7b8f3: Cannot write: No space left on device
tar: annotation/annotation/index/44ff713f-df76-4fbf-82b2-a7bde33f1554: Cannot write: No space left on device
tar: annotation/annotation/index/d09951d8-5ce2-4eee-91ef-d5d5a104110c: Cannot write: No space left on device
...
tar: Exiting with failure status due to previous errors
What can I do?
Is there something I can cleanup before running the usually working download- and import commands?
Which temporary directories or leftover files can I delete to free up enough space to extract the downloaded dump files?
The remove command from here does not work:
sudo docker-compose exec search remove-backup-archives
The adjusted command (executed inside the musicbrainz folder):
sudo docker compose exec search remove-backup-archives
does not help, because the included .tar.zst will be downloaded again
Output of version info
echo MusicBrainz Docker: git describe --always --broken --dirty --tags && echo Docker Compose: docker compose version --short && docker version -f 'Docker Client/Server: {{.Client.Version}}/{{.Server.Version}}'
MusicBrainz Docker: v-2025-05-29.0-solr9
Docker Compose: 2.33.0+ds1-0ubuntu1~24.04.1
Docker Client/Server: 27.5.1/
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/version": dial unix /var/run/docker.sock: connect: permission denied
After several succesfull updates with full dumps, I got this disc full message today using a 500 GB virtual hard disc:
What can I do?
Is there something I can cleanup before running the usually working download- and import commands?
Which temporary directories or leftover files can I delete to free up enough space to extract the downloaded dump files?
The remove command from here does not work:
sudo docker-compose exec search remove-backup-archivesThe adjusted command (executed inside the musicbrainz folder):
sudo docker compose exec search remove-backup-archivesdoes not help, because the included .tar.zst will be downloaded again
Output of version info
echo MusicBrainz Docker:
git describe --always --broken --dirty --tags&& echo Docker Compose:docker compose version --short&& docker version -f 'Docker Client/Server: {{.Client.Version}}/{{.Server.Version}}'MusicBrainz Docker: v-2025-05-29.0-solr9
Docker Compose: 2.33.0+ds1-0ubuntu1~24.04.1
Docker Client/Server: 27.5.1/
permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/version": dial unix /var/run/docker.sock: connect: permission denied