Skip to content

Commit

Permalink
cli: Add warnings to reindex command
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored and kpsherva committed Jun 10, 2024
1 parent 798dd0c commit dead615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,6 @@ if you don't specify services, The following services will be reindexed:

`users, groups, domains, communities, members, records, record-media-files, affiliations, awards, funders, names, subjects, vocabularies, requests, request_events, oaipmh-server`

Note that the users and groups use bulk indexing and rely on celery running. They will not be reindexed if ceoery is not running.
Note that the users, groups, and members use bulk indexing and rely on celery running. They will not be reindexed if celery is not running.

This command does not impact usage statistics indexes. You need to manually restore statistics indexes [from a backup](../develop/howtos/backup_search_indices.md).

0 comments on commit dead615

Please sign in to comment.