Changes between Version 17 and Version 18 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/20/09 04:09:33 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v17 v18 6 6 1. Create a windows local user called postgres 7 7 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 843 4not 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) 9 9 4. Install as service: (From Dos not MingW) 10 10 … … 21 21 22 22 23 export PGPORT= 543423 export PGPORT=8433 24 24 25 25 export PGUSER=postgres