The configs that determine the postgres db are in ambari.properties file:
- server.jdbc.user.passwd=/etc/ambari-server/conf/password.dat - server.jdbc.user.name=ambari - server.jdbc.database=ambari If you are restoring the database on the original host and ambari-server is running on the same host then likely you do not need to make any config changes. Ensure that ambari-server is stopped while you restore the database. You may want to refer to details regarding how to restore the postgres database. Usually pgdump is the way to take db backup so restoring from /var/lib/pgsql seems a little unconventional. See if you can find any documentation of restoring that way. On Wed, Jun 25, 2014 at 11:58 AM, ILOGLU, EMINE <[email protected]> wrote: > Hi all, > > Does anybody know how I can start ambari using an existing postgres db. I > tar'ed /var/lib/pgsql directory before making some changes and need to > revert to that. > > Thanks, > Emine > -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
