Simplification of direct psql connection
This commit is contained in:
parent
b01831b5ac
commit
c874de3a4c
@ -20,9 +20,8 @@ alter sequence elo_scores_id_seq restart with 1;
|
|||||||
To make connection:
|
To make connection:
|
||||||
|
|
||||||
```
|
```
|
||||||
k -n edh-elo port-forward svc/edh-elo-postgresql 5432:5432
|
$ kubectl -n edh-elo exec -it edh-elo-postgresql-0 -- psql -U db_user -d postgres
|
||||||
psql -U db_user -d postgres -h localhost
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# To copy the database out to local
|
# To copy the database out to local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user