Skip to content

Commit

Permalink
add notes
Browse files Browse the repository at this point in the history
Signed-off-by: shirady <[email protected]>
  • Loading branch information
shirady committed Mar 6, 2025
1 parent 4ba6963 commit 9854dc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/dev_guide/run_coretest_locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,7 @@ Another option, which is less recommended, is to connect to postgres container a
`psql -h <output of minikube ip> -p 5432 -U postgres postgres`
- And Then: `DROP DATABASE coretest;`

Notes:
* For running `psql` commands you would need to install it on your machine (better with the matching version of postgres).
* In case you already run postgres on your machine (not the mentioned container) it might raise some issues, better remove it (in MacOs using the Activity Monitor and search for postgres).

0 comments on commit 9854dc0

Please sign in to comment.