| From: | azopane(at)gmail(dot)com |
|---|---|
| To: | pgsql-docs(at)postgresql(dot)org |
| Subject: | start-up script for OpenBSD |
| Date: | 2016-12-29 14:33:54 |
| Message-ID: | 20161229143354.10141.10104@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/9.5/static/index.html
Description:
Hi.
I have just installed OpenBSD 6.0 with the postgresql package (pg 9.5.3)
Section 17.3 of the postgresql documentation gives a recommended startup
script for OpenBSD to be put into /etc/rc.local
The path is incorrect for pg_ctl and postgres. These are located in
/usr/local/bin and not /usr/local/pgsql/bin as given. Naturally this does
not allow postgresql to start at boot.
Also I used '-l logfile' which will write into the postgres user home
directory as the /var/postgresql directory shown, although present, would
have to have permissions or ownership changed to allow a write (I did not
pursue that but dmesg clearly shows an error).
Else the documentation is as always a great help.
Ian
| From | Date | Subject | |
|---|---|---|---|
| Next Message | michaelrush | 2016-12-29 17:00:43 | Error in to_timestamp() example |
| Previous Message | Michael Paquier | 2016-12-28 01:44:13 | Re: Error when trying to start server |