Added section for dbshell command

Tobias Genannt 2022-08-31 13:37:32 +02:00
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).