Changes between Version 32 and Version 33 of UsersWikiWinCompileInitdb
- Timestamp:
- 12/09/09 07:12:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v32 v33 8 8 2. Initialize the DB cluster from the Msys shell:[[BR]][[BR]] /c/postgres/bin/initdb -U postgres -D /c/postgres/data -A trust 9 9 10 3. you may want to change the port in the C:/postgres/data/posgresql.conf file (in our case running under 8433 not to conflict with our regular postgres install)10 3. You may want to change the port in the C:/postgres/data/posgresql.conf file (in our case running under 8433 not to conflict with our regular postgres install) 11 11 12 4. Install as service: (From D os not MingW) -- note in this case postgres is a windows account andpassword you specified for the windows account.[[BR]][[BR]] "c:\postgres\bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"12 4. Install as service: (From DOS not MinGW) -- note that in this case postgres is a windows account so use the password you specified for the windows account.[[BR]][[BR]] "c:\postgres\bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword" 13 13 14 14 5. Go into services panel under windows and start[[BR]][[BR]]