-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rake - solr:reindex #102
Comments
Adding a Rails-ish reindexing task with a rescue to try and capture whatever is amiss here. |
Seeing just 1 document error...
From rails console...
|
Okay... so turns out we had one unexpected model type in the database — perhaps from before our DocumentAssets work
In our database would should only have Documents and Assets. The Kithe::Asset is technically the super class of our Assets model. Removing the Kithe::Asset from the database resolves this issue. |
Migrate/backport this rake task from GEOMG. But testing on production pgdump seeing this error:
The text was updated successfully, but these errors were encountered: