Skip to content

Documentation: "Administration / Replicating NetBox" cache invalidation doesn't work as stated #7253

@cs-1

Description

@cs-1

Change Type

Correction

Area

Administration/development

Proposed Changes

The current "Replicating NetBox" documentation says that the cache of the source machine should be invalidated first before moving NetBox data to a different machine by issueing

# source /opt/netbox/venv/bin/activate
(venv) # python3 manage.py invalidate all

However, the "invalidate" command for "manage.py" doesn't exist anymore in NetBox v3.0.2. Running the latter command yields

Unknown command: 'invalidate'
Type 'manage.py help' for usage.

The documentation should be changed to either contain the new command for invalidating the cache or -- if cache invalidation isn't necessary anymore -- the section about cache invalidation should be removed.

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: documentationA change or addition to the documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions