Changes between Version 31 and Version 32 of UsersWikiWinCompileInitdb
- Timestamp:
- 12/09/09 07:11:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v31 v32 6 6 1. Create a windows local user called postgres 7 7 8 2. /c/postgres/bin/initdb -U postgres -D /c/postgres/data -A trust8 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 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)