Changes between Version 17 and Version 18 of UsersWikiWinCompileInitdb


Ignore:
Timestamp:
Jul 20, 2009, 4:09:33 AM (15 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • UsersWikiWinCompileInitdb

    v17 v18  
    66  1. Create a windows local user called postgres
    77  2. /c/postgres/bin/initdb -U postgres -W -D /c/postgres/data -A trust
    8   3. you may want to change the port in the C:/postgres/data/posgresql.conf file (in our case running under 8434 not to conflict with our regular postgres install)
     8  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)
    99  4. Install as service: (From Dos not MingW)
    1010
     
    2121
    2222
    23 export PGPORT=5434
     23export PGPORT=8433
    2424
    2525export PGUSER=postgres