반응형
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
- codepipeline
- PostgreSQL
- codedeploy error
- Jenkins
- codedeploy
- docker
- bootstrap
- 도커
- or some instances in your deployment group are experiencing problems.
- COALESCE
- java bigdecimal
- JavaScript
- Python
- redis
- Spring Error
- aws cicd
- Kafka
- aws
- Airflow
- IntelliJ
- VPN
- node
- SQL
- kubeflow
- codebuild
- AWS CI/CD 구축하기
- chart.js
- chartjs
- Flux
- Spring
Archives
- Today
- Total
Small Asteroid Blog
postgresql 서비스 시작 및 상태 확인 본문
728x90
현재 패키지 PostgreSQL 버전 확인
apt show postgresql
postgresql 상태 확인
service postgresql status
postgresql 재시작
/etc/init.d/postgresql restart
netstat -nr
var/lib/postgresql/VERISON/main
var/lib/postgresql/10/main
728x90
반응형
'백엔드 > DB' 카테고리의 다른 글
[SQL] :: - double colon (범위 결정 연산자) (0) | 2021.07.20 |
---|---|
[SQL] row number (0) | 2021.07.19 |
Postgresql에서 5432 port가 열려있냐는 문제(Ubuntu 기준) (0) | 2021.06.30 |
서버에서 postgresql 접속 및 데이터베이스, 스키마, 테이블 조회 (0) | 2021.06.18 |
postgresql - relation "hibernate_sequence" does not exist (0) | 2021.05.14 |