Skip to content

Instantly share code, notes, and snippets.

@yvanzo
Last active April 28, 2020 18:39
Show Gist options
  • Save yvanzo/2845d2a79fad9924b40842a7f70c8743 to your computer and use it in GitHub Desktop.
Save yvanzo/2845d2a79fad9924b40842a7f70c8743 to your computer and use it in GitHub Desktop.
Rebuild search indexes for all but annotation
for i in area artist cdstub editor event instrument label place recording release release-group series tag url work
do
echo "Start reindexing $i..."
sudo docker-compose exec indexer python -m sir reindex --entity-type "$i"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment