Mirror work index rebuild

I’ve recreated mirror server using the latest docker instructions. Have couple of issues:

  • index recreation for work entity is not working, errors out.

sudo docker-compose exec indexer python -m sir reindex --entity-type work

2024-11-08 20:46:47,922: Checking whether the versions of the Solr cores are supported
2024-11-08 20:46:47,972: Importing work…
2024-11-08 20:48:46,372: Failed to import work with id 323496
2024-11-08 20:48:46,481: (psycopg2.OperationalError) server closed the connection unexpectedly

Replication works and I can find the log, however this command

sudo bash -c ‘docker-compose exec musicbrainz replication.sh &’

does not seems to do anything, log is old and replication control from DB is not updated.

That was memory issue, I’ve upgraded from 8GB to 16GB, given DB and Solr 6GB each and reindex completed fine.

1 Like