Parisson / Telemeta

Collaborative content management system for musicology
http://telemeta.org
GNU Affero General Public License v3.0
118 stars 38 forks source link

Items not found after db migration (v1.7) #212

Closed ghost closed 5 years ago

ghost commented 5 years ago

After database migration from 1.6 to 1.7 on a different servers, results of using the searching tools only returns items added after migration.

What can I do to get all the items? Tnx

yomguy commented 5 years ago

Rebuild the elasticsearch index with: docker-compose run app python manage.py rebuild_index

ghost commented 5 years ago

It works perfectly! Tnx a lot.