|
|
@ -3,12 +3,12 @@ |
|
|
|
a symlinc between the place where postgresql expects |
|
|
|
to find its files (/var/opt/postgresql/data) and the actual |
|
|
|
/data partition. |
|
|
|
2. We should try to initialize the db cluster after install |
|
|
|
2.(Solved) We should try to initialize the db cluster after install |
|
|
|
issuing an `initdb -D /var/opt/postgresql/data` command |
|
|
|
with user postgres. Since we have some env variables maybe |
|
|
|
the `-D blah blah blah` is redundant, but it cannot hurt to be safe |
|
|
|
|
|
|
|
3. We might want to add a `-i -o -e` ending to the line that |
|
|
|
3.(Solved) We might want to add a `-i -o -e` ending to the line that |
|
|
|
starts the postgresql daemon meaning `i want inet connections |
|
|
|
and please use european date formats`. Although PG guys advise |
|
|
|
to use the new way to tel pg that (postmaster.opts or so), I |
|
|
|