Wilsonator123 / Secure-Blog-Page

DSS Projecy
1 stars 0 forks source link

Research PostgreSQL #8

Closed Wilsonator123 closed 7 months ago

Wilsonator123 commented 7 months ago
Wilsonator123 commented 7 months ago
Wilsonator123 commented 7 months ago

Be careful with capitals: DSS -> dss "DSS" -> DSS

Wilsonator123 commented 7 months ago

Puts you in the Database Bash docker-compose exec db bash

Puts you in the database termnial psql -U postgres -d postgres

Lists databases psql -U postgres -l

Run commands on the db docker-compose exec db psql