Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

forgot to remove the docker cp line #514

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/jdbc-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This sample will illustrate the commands needed to setup a test environment usin

See the [cheatsheet](./cheatsheet.md) for the commands necessary to run the sample.

Watch a [demonstration video](https://youtu.be/k2KlFXDQxvo) illustrating the process
Watch a [demonstration video](https://www.youtube.com/watch?v=7ON6Ybs1s3A) illustrating the process
1 change: 0 additions & 1 deletion samples/jdbc-postgres/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ This is the list of commands run to get a ziti environment setup running with do

* bootstrap postgres

docker cp prep-db.sql pg-postgres-db-1:prep-db.sql
docker exec -e PGPASSWORD=postgres -it pg-postgres-db-1 psql -U postgres -d postgres

* issue these commands, once connected to postgres db
Expand Down