Page 1 of 1

can't install postgresql

PostPosted: Fri Dec 19, 2008 11:33 pm
by jpdpoker
when I try to install postgresql 8.3 in windows 2000 pro I get different errors.

when poker tracker trys to install it I get this error

The files belonging to this database system will be owned by user "SYSTEM".
This user must also own the server process.

The database cluster will be initialized with locale English_United Kingdom.1252.
The default text search configuration will be set to "english".

creating directory C:/Program Files/PostgreSQL/8.3/data ... initdb: could not create directory "C:/Program Files": File exists

Then I try to install it and get this error invalid user name specfied

3rd error user postgres could not be created: the user account already exists

final error failed to run initdb: 1!

Re: can't install postgresql

PostPosted: Sat Dec 20, 2008 12:18 pm
by WhiteRider
Please try following these directions carefully to fully uninstall: Total uninstall/reinstall of PT3 & Postgres.

Are you running as an Administrator in windows 2000?
I'm not sure that postgres 8.3 supports w2k - I've just done a quick web search and it seems like there are a few people having problems with this - you may need to install 8.2 - I'll try to get one of our postgres experts to take a look at this thread.

Re: can't install postgresql

PostPosted: Sun Dec 21, 2008 1:14 am
by APerfect10
I do not know see PostgreSQL 8.3 would not support Win2000.

I see two main problems:

1. Your "postgres" username already exists therefore you must go Start->Run, 'cmd' and at the command prompt type "net user postgres /delete"

2. If this is a new installation, make sure that you delete your Program Files/PostgreSQL directory before installing. If this is a re-installation then do not delete the directory but simply uncheck "Initialize Database Cluster" during that step which will keep your previous database in tact.

Best regards,

Derek