반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Airflow
- java bigdecimal
- kubeflow
- AWS CI/CD 구축하기
- chartjs
- node
- chart.js
- aws
- or some instances in your deployment group are experiencing problems.
- bootstrap
- aws cicd
- Jenkins
- docker
- codedeploy
- SQL
- Flux
- codepipeline
- COALESCE
- VPN
- Spring Error
- Python
- redis
- Kafka
- 도커
- codedeploy error
- Spring
- codebuild
- PostgreSQL
- IntelliJ
- JavaScript
Archives
- Today
- Total
목록psql 사용시 쉘 스크립트로 postgres password 바로접속 (1)
Small Asteroid Blog
psql 사용시 쉘 스크립트로 postgres password 바로접속
컨테이너 내부에 있는 db를 외부에서 접근해서 사용하고자 한다. bash 에서 psql 접속 후 sql문을 바로 사용하려고 한다. psql -U hostname -d postgres 다음과 같이 사용하면 비밀번호를 입력하라는 창이 뜬다. 비밀번호 입력없이 사용하고자 한다면 아래 명령어를 사용하면 된다. [root ~]# PGPASSWORD=pass psql -U [MyUsername] [root ~]# PGPASSWORD=pass psql -U [MyUsername] [myDatabaseName] psql postgresql://[user[:password]@][host][:port][,...][/dbname][?param1=value1&...] psql "postgresql://$DB_USER:$DB_..
백엔드/DB
2022. 3. 15. 09:06