Changes between Version 7 and Version 8 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jul 16, 2009, 6:55:26 PM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v7 v8  
    661. Create a windows local user called postgres
    772. /c/postgres/bin/initdb -U postgres -W -D /c/postgres/data -A trust
    8 3. Install as service:
     83. you may want to change the port in the C:/postgres/data/pogstresql.conf file
     94. Install as service: (From Dos not MingW)
    910
    10 c:/postgres/bin/pg_ctl register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"
    11 4. go into services panel under windows and start  (you may want to change the port in the C:/postgres/data/pogstresql.conf file
     11"c:\postgres]bin\pg_ctl" register -N "pgsql-8.3 test" -D "C:\postgres\data" -U postgres -P "somepassword"
     125. go into services panel under windows and start