Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tutor-server
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
totem
tutor-server
Merge requests
!28
Add instructions to reindex course library / content after upgrade
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add instructions to reindex course library / content after upgrade
69-the-course-overview-doesn-t-show-all-courses-on-production
into
main
Overview
1
Commits
1
Pipelines
0
Changes
1
Merged
Geoffrey Preud'homme
requested to merge
69-the-course-overview-doesn-t-show-all-courses-on-production
into
main
3 years ago
Overview
1
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#69 (closed)
Closes
#68 (closed)
Edited
3 years ago
by
Geoffrey Preud'homme
0
0
Merge request reports
Compare
main
version 1
3d39361d
3 years ago
main (base)
and
latest version
latest version
3d39361d
1 commit,
3 years ago
version 1
3d39361d
8 commits,
3 years ago
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
10
−
0
Options
@@ -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