mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-25 01:13:15 +01:00
Added section for dbshell command
parent
26b996c8ed
commit
76d7f5e43e
@ -200,4 +200,8 @@ docker compose run --rm -T redis sh -c 'redis-cli -h redis -a $REDIS_PASSWORD mo
|
||||
# Hit CTRL-C a few times to leave
|
||||
```
|
||||
|
||||
If you don't see anything happening after you triggered a webhook, double-check the configuration of the `netbox` and the `netbox-worker` containers, and also check the configuration of your webhook in the admin interface of NetBox.
|
||||
If you don't see anything happening after you triggered a webhook, double-check the configuration of the `netbox` and the `netbox-worker` containers, and also check the configuration of your webhook in the admin interface of NetBox.
|
||||
|
||||
### DBShell in Netbox container doen't work
|
||||
|
||||
We don't install `psql` into the Netbox container. Because of this the command `./manage.py dbshell` will not work. To access the database shell directly use the command mentioned under the section [Database Operations](database-operations).
|
Loading…
Reference in New Issue
Block a user