Changes between Version 6 and Version 7 of UsersWikiWinCompileInitdb
- Timestamp:
- 07/16/09 18:54:07 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v6 v7 4 4 5 5 6 1. /c/postgres/bin/initdb -U postgres -W -D /c/postgres/data -A trust 6 1. Create a windows local user called postgres 7 2. /c/postgres/bin/initdb -U postgres -W -D /c/postgres/data -A trust 8 3. Install as service: 9 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