diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index eaeaa4e..87d7c76 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -20,9 +20,8 @@ alter sequence elo_scores_id_seq restart with 1; To make connection: ``` -k -n edh-elo port-forward svc/edh-elo-postgresql 5432:5432 -psql -U db_user -d postgres -h localhost - +$ kubectl -n edh-elo exec -it edh-elo-postgresql-0 -- psql -U db_user -d postgres +``` # To copy the database out to local