-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
about database index #274
Comments
Hi,
I reproduced these commands on a test instance and it worked. This error message could mean that the downloaded archive is corrupted. If so, did you have enough disk space on your host for loading the archives? Was there any search activity while loading dumps?
The command |
|
Please install the package |
The most likely with the error is that the download was incomplete. You can try to resume the download with: sudo docker-compose run --rm musicbrainz fetch-dump.sh --wget-options --continue search before trying to load dumps again. |
now when i enter command " sudo docker-compose exec indexer python -m sir reindex" |
Check the logs of your |
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!
The text was updated successfully, but these errors were encountered: