Skip to content
Snippets Groups Projects

Add instructions to reindex course library / content after upgrade

1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
+ 10
0
@@ -152,6 +152,16 @@ All should be run as the `tutor` user.
> There's also a `tutor upgrade --from=${last_openedx_codename}`,
> which might be faster (only changes what's needed) but not recommended.
9. Reindex course library / content
If the course search or explore tab is not showing all results
(or results at all), you might need to reindex some things:
```bash
tutor local exec cms -- python manage.py cms reindex_library --all --settings=tutor.production
tutor local exec cms -- python manage.py cms reindex_course --all --settings=tutor.production
```
## Plugins
[Tutor plugins](https://docs.tutor.overhang.io/plugins.html) allow you to change
Loading