- Uninstall PostgreSQL
Delete the postgres user if it still exists.
net user postgres /delete
Create the postgres user with a password you can remember
- Add the postgres user to the Administrators group
- Add the postgres user to the Power Users group
Run a command window as the postgres user
runas /user:postgres cmd.exe
Run the install file from within the command window.
C:\Download\postgresql-9.1.4-1-windows.exe
This should run the installation successfully.
Remove the postgres user from the Administrators group.
http://dba.stackexchange.com/questions/10241/postgresql-the-database-cluster-initialization-failed
'Dev > Windows' 카테고리의 다른 글
Bonobo - Simple git server for Windows (0) | 2015.03.16 |
---|---|
데이비드 커틀러 (Dave Cutler) (0) | 2013.10.16 |
컴퓨터에서 실행 중인 Windows 7 SP1 이나 Windows Server 2008 R2 SP1 나 설치 하는 kb983246가 다시 컴파일하십시오 다음 ADO 응용 프로그램 하위 수준 운영 체제에서 실행 되지 않습니다. (1) | 2013.03.25 |
서비스 계정 사용 권한 (0) | 2012.04.04 |
MS MTC 서비스 설정 (0) | 2012.04.04 |