Skip to content

Commit 1f4263a

Browse files
committed
Fixes #7253: Remove obsolete reference to queryset cache invalidation
1 parent 147a4cb commit 1f4263a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/administration/replicating-netbox.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,3 @@ To extract the saved archive into a new installation, run the following from the
7171
```no-highlight
7272
tar -xf netbox_media.tar.gz
7373
```
74-
75-
---
76-
77-
## Cache Invalidation
78-
79-
If you are migrating your instance of NetBox to a different machine, be sure to first invalidate the cache on the original instance by issuing the `invalidate all` management command (within the Python virtual environment):
80-
81-
```no-highlight
82-
# source /opt/netbox/venv/bin/activate
83-
(venv) # python3 manage.py invalidate all
84-
```

0 commit comments

Comments
 (0)