fix docker command (#24891)

Adding `psql` to the following docker command to access the code intel db `docker exec -it codeintel-db -U sg`
This commit is contained in:
Stompy 2021-09-13 17:28:57 +03:00 committed by GitHub
parent 6d2501a0bd
commit 04b248cda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ The following command allows a user to shell into a Sourcegraph database contain
```bash
docker exec -it pgsql psql -U sg #access pgsql container and run psql
docker exec -it codeintel-db -U sg #access codeintel-db container and run psql
docker exec -it codeintel-db psql -U sg #access codeintel-db container and run psql
```
## Backup and restore