-
-
Notifications
You must be signed in to change notification settings - Fork 104
Description
when i finish the command:"sudo docker-compose run --rm musicbrainz fetch-dump.sh search", it works good,when i enter command :"sudo docker-compose run --rm search load-search-indexes.sh --force",it retrun:
"Thu Apr 4 16:57:00 UTC 2024: Load annotation search index...
Thu Apr 4 16:57:06 UTC 2024: Load area search index...
Thu Apr 4 16:57:06 UTC 2024: Load artist search index...
Thu Apr 4 16:57:24 UTC 2024: Load cdstub search index...
Thu Apr 4 16:57:26 UTC 2024: Load event search index...
Thu Apr 4 16:57:28 UTC 2024: Load instrument search index...
Thu Apr 4 16:57:28 UTC 2024: Load label search index...
Thu Apr 4 16:57:30 UTC 2024: Load place search index...
Thu Apr 4 16:57:30 UTC 2024: Load recording search index...
su/stdin\ : Decoding error (36) : Corrupted block detected
tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
ERROR: 2"
how to fix it?
when i enter command :" sudo admin/check-search-indexes all"
it return "admin/check-search-indexes: line 166: column: command not found", what happed? please help me!