We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
manage.py reindex --lazy
manage.py reindex --lazy needs to be executed on startup because of netbox-community/netbox#11787
The search index is not regenerated as it should be.
The following command:
./manage.py reindex --lazy
Should be added somewhere here (after migrations have run):
netbox-docker/docker/docker-entrypoint.sh
Lines 39 to 49 in 39c7de4
Users will be able to search for IPAddresses, Aggregates and Prefixes again.
Any users that have already updated can run the reindex command manually.
The text was updated successfully, but these errors were encountered:
Fixes netbox-community#947: Rebuild search index when needed
e60a746
This rebuilds the search index when models where updated.
Merge pull request #948 from tobiasge/lazy-reindex-on-start
ed309a1
Fixes #947: Rebuild search index when needed
Closed with #948
Sorry, something went wrong.
No branches or pull requests
Desired Behavior
manage.py reindex --lazy
needs to be executed on startup because of netbox-community/netbox#11787Contrast to Current Behavior
The search index is not regenerated as it should be.
Required Changes
The following command:
./manage.py reindex --lazy
Should be added somewhere here (after migrations have run):
netbox-docker/docker/docker-entrypoint.sh
Lines 39 to 49 in 39c7de4
Discussion: Benefits and Drawbacks
Users will be able to search for IPAddresses, Aggregates and Prefixes again.
Any users that have already updated can run the reindex command manually.
The text was updated successfully, but these errors were encountered: