>I have installed 8.0-beta2-dev3 on Win2k but the service will >not start. > >Firstly, I couldn't install postgresql as a Windows service >using the installer - using the installer, I couldn't add >postgresql as a Windows service without being a local >administrator. However, if I was logged on as a local admin >then the service would install but there was an error reported >later on saying that the server wouldn't run because I was >administrator (don't have a log of that error, sorry).
You need two accounts. One administrator account that starts the installer (this could be "Administrator" or cours e- definitly no need to create a special user for this). Another account which is used to run the eventual installed postgres. This is the account that you specify on the service account screen in the installer. This account MUST NOT be an administrator. >failed to start. The Application event log shows the following >error (though NB the user account is a regular user, not a >"Power User" or "Administrator"): Well, the systems says it is. Per FAQ 3.3 at http://pginstaller.projects.postgresql.org/FAQ_windows.html, please check the contents of your PU and Adm groups. They may contain other nested groups. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html