Skip to content

conao3-playground/docker-postgres-dvdrental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-postgres-dvdrental

Usage

cp .env.example .env
docker compose up
PGPASSWORD=postgres psql -U postgres -d dvdrental -h localhost -p 15432

Restore

Sample database from postgresql tutorial.

curl -LO https://www.postgresqltutorial.com/wp-content/uploads/2019/05/dvdrental.zip
unzip dvdrental.zip
PGPASSWORD=postgres pg_restore -U postgres -h localhost -p 15432 -d dvdrental dvdrental.tar

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published