Changes between Version 32 and Version 33 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Dec 9, 2009, 7:12:05 AM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v32 v33  
    88 2. Initialize the DB cluster from the Msys shell:[[BR]][[BR]]     /c/postgres/bin/initdb -U postgres -D /c/postgres/data -A trust
    99
    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)
    1111
    12  4. Install as service: (From Dos not MingW)  -- note in this case postgres is a windows account and 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"
     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"
    1313
    1414 5. Go into services panel under windows and start[[BR]][[BR]]