mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 16:44:02 +01:00
Merge pull request #948 from tobiasge/lazy-reindex-on-start
Fixes #947: Rebuild search index when needed
This commit is contained in:
commit
ed309a15b4
@ -46,6 +46,8 @@ if ! ./manage.py migrate --check >/dev/null 2>&1; then
|
|||||||
./manage.py remove_stale_contenttypes --no-input
|
./manage.py remove_stale_contenttypes --no-input
|
||||||
echo "⚙️ Removing expired user sessions"
|
echo "⚙️ Removing expired user sessions"
|
||||||
./manage.py clearsessions
|
./manage.py clearsessions
|
||||||
|
echo "⚙️ Building search index (lazy)"
|
||||||
|
./manage.py reindex --lazy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create Superuser if required
|
# Create Superuser if required
|
||||||
|
Loading…
Reference in New Issue
Block a user