티스토리 뷰
반응형
- OS환경: 우분투 18.04
- Postgresql 버전: 15.1
1. postgresql service 상태 조회
sudo systemctl status postgresql.service
2. postgresql service 시작
sudo systemctl start postgresql.service
3. postgresql service 중지
sudo systemctl stop postgresql.service
4. postgresql service 재시작
sudo systemctl restart postgresql.service
5. postgresql service 설정 재적용
sudo systemctl reload postgresql.service
6. postgresql service 활성화
sudo systemctl enable postgresql.service
7. postgresql service 비활성화
sudo systemctl disable postgresql.service
8. postgresql service 프로세스 중지
sudo systemctl kill postgresql.service
반응형
댓글