...
코드 블럭 |
---|
# 서비스 등록 cd C:\curvc-install\postgresql-14\pgsql\bin pg_ctl register -N postgresql14 -D dC:\curvc-install\postgresql-14\pgsql\data # cmd 서비스 실행 cd C:\WINDOWS\system32 net start postgresql14 |
참고사항 |
---|
등록 후 PostgreSQL 서비스가 정상적으로 실행되지 않을 경우, 다음 절차를 통해 삭제 후 재등록하여 실행한다.
|
Sonarqube 설치
...