Hi,
Im having some trouble with postrges, i want to start a postgre service on a local server so that a developer team can all connect to the same database in that server in order to develop a solution. I need all of them to use the same database but when i want to start the service i get a message saying that the service was started and stopped because no service or application was using it.
To start the service im using the “pg_ctl register” command and although the service is created i get that error later when i start it. I then tryied using the “initdb” command but that gives me some errors like that i dont have permission to create a folder (wich is weird cause im logged as an admin). Im preety lost here, besides if i install the postgres admin i get an error during the instalation that the database cluster cannot be started but then it finishes correctly.
Im working on windows server 2008 and with postrges 9.0.1, any help is appreciated
Thanks in advance.