Simplification of direct psql connection

This commit is contained in:
Jack Jackson 2024-08-07 21:03:52 -07:00
parent b01831b5ac
commit c874de3a4c

View File

@ -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