Changes between Version 34 and Version 35 of UsersWikiWinCompileInitdb
- Timestamp:
- 12/09/09 07:16:56 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersWikiWinCompileInitdb
v34 v35 12 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" 13 13 14 5. Go into services panel under windows and start[[BR]][[BR]]14 5. Go into the Services panel under windows and start the PostgreSQL service[[BR]][[BR]] 15 15 a. If your service does not start - check the Windows Event Viewer[[BR]][[BR]] 16 16 a. You can uninstall the service with:[[BR]][[BR]] "c:\postgres\bin\pg_ctl" unregister -N "pgsql-8.3 test" (this requires a restart)[[BR]][[BR]]A faster way is to stop the service and then from dos:[[BR]][[BR]]sc delete "pgsql-8.3 test"