赵俊杰 wrote:
Before now when I execute openser_postgresql.sh
it occurs the following error
~./pgpass does not exist, please create this file and support proper credentials for
user postgres.
Note: you need at least postgresql>= 7.3
And I write a .pgpass file to solve the problem.Following is the content of file:
*:*:*:postgres:""
try:
localhost:*:*:postgres:adminpassword
localhost:*:*:openser:openserrw
openserrw is the default password for the openser DB user.
further set
chmod 660 .pgpass
regards
klaus