# PostgreSQL 엔진 설치/의사랑 신규설치

## 의사랑 설치파일 통해서 설치

> 엔진은 <mark style="color:red;">**서버PC**</mark>에만 설치
>
> `주의: 서버PC의 이름과 사용자 계정은 영어여야 함`
>
> 그 외 절차는 기존 설치방식과 동일

<figure><img src="https://1348896938-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F14Aw06XcbEpzq1Qeev6q%2Fuploads%2FX74k5OJgKppGNyfizYY2%2Fimage.png?alt=media&#x26;token=cffe1664-253c-4b2b-bc7f-fb9f1e900035" alt=""><figcaption></figcaption></figure>

## 엔진 설치 오류 대응 방법

엔진 설치 시, 아래와 같은 오류창 발생시

![](https://1348896938-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F14Aw06XcbEpzq1Qeev6q%2Fuploads%2FpOsLDwM0Cnl8ESq5nGIe%2Fimage.png?alt=media\&token=7e3df8e0-fec3-4f66-91c1-2b318baaa129)

다음 순서대로 진행해주세요

```
1) CMD 창 관리자 권한으로 실행
2) net user administrator /active:yes
3) net user administrator *
4) 비밀번호 입력(아무거나 상관 없어요)
5) runas /user:administrator 5416설치파일 경로\Install\NewDb\Install_YsrNewDbOnly.exe
```

## ![](https://1348896938-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F14Aw06XcbEpzq1Qeev6q%2Fuploads%2FFnOin3COvyMGNVqvuEuc%2Fimage.png?alt=media\&token=71e522d6-6932-4040-80ad-5ff7569185f4)

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ubysrdb.gitbook.io/newdb/postgresql-guides/postgresql.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
