Tagged Questions
1
vote
1answer
289 views
How do I start the postgreSQL service upon boot?
I am running PostgreSQL (v 8.4) on Ubuntu 10.0.4.
The PG service currently starts on reboot (after I installed PG on my machine), however, I want the service to use a new data directory.
...
2
votes
0answers
329 views
Postgresql: change default data path [closed]
I would like to point the PostgreSQL server to a particular non-default data directory upon startup. Right now, I have to (either manually or in a script) use pg_ctl to stop and restart the database ...