Skip to content

Commit efca868

Browse files
authored
Update README.md
1 parent 46b101f commit efca868

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,14 @@ $ docker-compose up -d
252252
```
253253
Netbox Community Docker setup performs static file collection and database migrations on every startup. No manual actions are required.
254254

255+
# Fixing Common Installation and Post-Upgrade Issues
256+
257+
If you are experiencing some unexpected errors or visual behaviors after the installation or upgrade, please make sure that you execute the following steps first:
258+
259+
1. Clear your browser cache and reload the page.
260+
2. Re-collect static files: `(venv) $ python3 manage.py collectstatic --clear`.
261+
3. Re-apply database migrations: `(venv) $ python3 manage.py migrate`.
262+
255263
# Usage
256264

257265
Once installed and initialized, the Plugin runs on a backend.<br/>

0 commit comments

Comments
 (0)