No additional LifeKeeper configuration settings are needed to protect EnterpriseDB Postgres Plus Advanced Server Resources.

Issue Solution
During the installation of EnterpriseDB Postgres Plus Advanced Server, if the option PostgreSQL-compatible defaults and samples is chosen in the Configuration Mode dialog, the ‘edb’ database that is used by LifeKeeper is not created. Manually add the ‘edb’ database using the utility ‘createdb’.

The command ‘createdb –p <port> -h <socket path> edb’ should be executed as the PostgreSQL Operating System User. The following is an example:

su – postgres

postgres@server1 ~>createdb –p 5435 -h /var/lib/postgres edb

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Post Comment