Skip to content

Updating the README file for the dimensional modeling module #254

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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: 2 additions & 0 deletions bootcamp/materials/1-dimensional-data-modeling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ There are two methods to get Postgres running locally.
- to kill rest of extra services use ```taskkill /PID <PID> /F```
- Mac - use the command on terminal to check port availability ```lsof -i :5432```
- to kill rest of extra services use ```kill -9 <PID>```

- Try replacing the host with the IP address of the Docker container running the PostgreSQL instance. You can find the IP address by running `docker inspect <container_name_or_id>`


#### 💡 Additional Docker Make commands
Expand Down