I just created a new postgresql cluster in postgres 8.3 and looks like everything worked. What I am having issues with is trying to start the server of this new cluster. My two clusters are on different ports. When looking online to start the new cluster, I tried executing the following line:
postgres -D C:\my\new\cluster\data\directory
this is the error I get:
The server must be started under an unprivileged user ID to prevent possible system security compromises. See the documentation for more information on how to properly start the server.
So I know I am running the command from administrator but I dont know how to run it from an "unprivileged user ID". Any help would be great!
pg_ctlto be quite useful. Finally, why are you running 8.3? It's not supported anymore. – swasheck Feb 19 at 23:00runas) to start the server. But you should really upgrade to a current (and supported) version. – a_horse_with_no_name Feb 19 at 23:06