Skip to content
Discussion options

You must be logged in to vote

Look in /opt/netbox/upgrade.sh:

# Rebuild the search cache (lazily)
COMMAND="python3 netbox/manage.py reindex --lazy"
echo "Rebuilding search cache ($COMMAND)..."

You may or may not need to remove --lazy

        parser.add_argument(
            '--lazy',
            action='store_true',
            help="For each model, reindex objects only if no cache entries already exist"
        )

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Azmodeszer
Comment options

Answer selected by Azmodeszer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants