mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
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:
parent
6d2501a0bd
commit
04b248cda5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user