<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295648#M217868</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to update the PostgreSQL from 9.2.24 to 9.6. I tried the following&lt;BR /&gt;Took backup of the DB with following command.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pg_dumpall &amp;gt; outputfile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once the backup is done I stopped the service and Rename the pgsql directory under /var/lib/pgsql/&lt;/P&gt;&lt;P&gt;Updated the postgres with the following command :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;yum install postgresql96-server postgresql96.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After the installation the new directory got created /var/lib/pgsql/9.6/. I ran the &lt;STRONG&gt;initdb&lt;/STRONG&gt; command to create the cluster. Restored the old&amp;nbsp; pg_hba.conf and postgresql.conf files from the backup directory. Started the postgres service with the following command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/usr/pgsql-9.6/bin/pg_ctl start -D /var/lib/pgsql/9.6/data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once the service was up I restored the DB with the following command:&lt;BR /&gt;&lt;STRONG&gt;/usr/pgsql-9.6/bin/psql -d postgres -f outputfile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The DB restoration done but still while starting the ambari server&amp;nbsp; I'm getting the error&amp;nbsp; &lt;STRONG&gt;Ident authentication failed for user "ambari"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the doubt that is the upgrade properly done I mean the ambari server is using the 9.6 postgresql version that we installed. I have a doubt that still its using the old version when I give &lt;STRONG&gt;yum list postgresql it shows only the 9.2.4 version as installed.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can anyone help on this issue I fighting with this for 2 days.&lt;/P&gt;</description>
    <pubDate>Fri, 08 May 2020 16:53:04 GMT</pubDate>
    <dc:creator>Gophalr</dc:creator>
    <dc:date>2020-05-08T16:53:04Z</dc:date>
    <item>
      <title>Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295648#M217868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to update the PostgreSQL from 9.2.24 to 9.6. I tried the following&lt;BR /&gt;Took backup of the DB with following command.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;pg_dumpall &amp;gt; outputfile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once the backup is done I stopped the service and Rename the pgsql directory under /var/lib/pgsql/&lt;/P&gt;&lt;P&gt;Updated the postgres with the following command :&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;yum install postgresql96-server postgresql96.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;After the installation the new directory got created /var/lib/pgsql/9.6/. I ran the &lt;STRONG&gt;initdb&lt;/STRONG&gt; command to create the cluster. Restored the old&amp;nbsp; pg_hba.conf and postgresql.conf files from the backup directory. Started the postgres service with the following command:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/usr/pgsql-9.6/bin/pg_ctl start -D /var/lib/pgsql/9.6/data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Once the service was up I restored the DB with the following command:&lt;BR /&gt;&lt;STRONG&gt;/usr/pgsql-9.6/bin/psql -d postgres -f outputfile&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The DB restoration done but still while starting the ambari server&amp;nbsp; I'm getting the error&amp;nbsp; &lt;STRONG&gt;Ident authentication failed for user "ambari"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the doubt that is the upgrade properly done I mean the ambari server is using the 9.6 postgresql version that we installed. I have a doubt that still its using the old version when I give &lt;STRONG&gt;yum list postgresql it shows only the 9.2.4 version as installed.&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can anyone help on this issue I fighting with this for 2 days.&lt;/P&gt;</description>
      <pubDate>Fri, 08 May 2020 16:53:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295648#M217868</guid>
      <dc:creator>Gophalr</dc:creator>
      <dc:date>2020-05-08T16:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295664#M217876</link>
      <description>&lt;P&gt;your problem is probably related to&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/var/lib/pgsql/&amp;lt;PGSQL_VERSION&amp;gt;/data/pg_hba.conf&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check you did not restore pg_hba config file to old postgresql version DIR in /var/lib/psql&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if it's not the case&lt;/P&gt;&lt;P&gt;please try to allow any source connections (to eliminate this possible cause)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for ex by adding the following in the end of pg_hba&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;vi /var/lib/pgsql/&amp;lt;NEW_POSTGRES_VERSION&amp;gt;/data/pg_hba.conf&lt;BR /&gt;&lt;SPAN class="s1"&gt;host &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;all &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;all &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;0.0.0.0/0&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;md5&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;also check bellow file (for ex if you use many network interfaces in your host/VM):&lt;/P&gt;&lt;PRE&gt;vi /var/lib/pgsql/&amp;lt;NEW_POSTGRES_VERSION&amp;gt;/data/postgresql.conf&lt;BR /&gt;listen_addresses = '*'&lt;/PRE&gt;&lt;P&gt;and restart postgres&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 00:54:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295664#M217876</guid>
      <dc:creator>rachid-berkane</dc:creator>
      <dc:date>2020-05-09T00:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295677#M217883</link>
      <description>&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;I tried starting the service but still I'm getting the following error while starting postgresql.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/usr/pgsql-9.6/bin/pg_ctl start -D /var/lib/pgsql/9.6/data/&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;server starting&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;-bash-4.2$ LOG: skipping missing configuration file "/var/lib/pgsql/9.6/data/postgresql.auto.conf"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FATAL: database files are incompatible with server&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;DETAIL: The data directory was initialized by PostgreSQL version 9.2, which is not compatible with this version 9.6.17.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 07:39:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295677#M217883</guid>
      <dc:creator>Gophalr</dc:creator>
      <dc:date>2020-05-09T07:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295680#M217886</link>
      <description>&lt;P&gt;Still the ambari server is not starting it failed in starting postgresql service this is the error log&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR 2020-05-09 08:40:02,291 ambari-server.py:997 - 'Fatal exception: Unable to start PostgreSQL server. Status stopped. . Exiting, exit code 3'&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Traceback (most recent call last):&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "/usr/sbin/ambari-server.py", line 980, in main&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;action_obj.execute()&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "/usr/sbin/ambari-server.py", line 79, in execute&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;self.fn(*self.args, **self.kwargs)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "/usr/lib/ambari-server/lib/ambari_commons/os_family_impl.py", line 89, in thunk&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;return fn(*args, **kwargs)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "/usr/sbin/ambari-server.py", line 130, in start&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;server_process_main(args)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "/usr/sbin/ambari_server_main.py", line 329, in server_process_main&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ensure_dbms_is_running(options, properties, scmStatus)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "/usr/lib/ambari-server/lib/ambari_server/dbConfiguration.py", line 603, in ensure_dbms_is_running&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;dbms.ensure_dbms_is_running(options, properties, scmStatus)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;File "/usr/lib/ambari-server/lib/ambari_server/dbConfiguration_linux.py", line 447, in ensure_dbms_is_running&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;raise FatalException(retcode, err)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FatalException: 'Fatal exception: Unable to start PostgreSQL server. Status stopped. . Exiting, exit code 3'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One more thing after the postgres upgrade I tried editing the file &lt;STRONG&gt;/usr/lib/systemd/system/postgresql.service&lt;/STRONG&gt; also tried reloading the daemon(systemctl daemon-reload). I adjusted the bin and data location as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;# Location of database directory&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment=PGDATA=/var/lib/pgsql/9.6/data&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;# Where to send early-startup messages from the server (before the logging&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# options of postgresql.conf take effect)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# This is normally controlled by the global default set by systemd&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;# StandardOutput=syslog&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;# Disable OOM kill on the postmaster&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;OOMScoreAdjust=-1000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ExecStartPre=/usr/pgsql-9.6/bin/postgresql-check-db-dir ${PGDATA}&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ExecStart=/usr/pgsql-9.6/bin/pg_ctl start -D ${PGDATA} -s -o "-p ${PGPORT}" -w -t 300&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ExecStop=/usr/pgsql-9.6/bin/pg_ctl stop -D ${PGDATA} -s -m fast&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ExecReload=/usr/pgsql-9.6/bin/pg_ctl reload -D ${PGDATA} -s&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still the ambari failed to start with the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this because the version is not compatiable or I'm doing anything wrong here.&lt;BR /&gt;&lt;BR /&gt;Is there any proper way for upgrading the postgresql version on the ambari server via yum??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 08:52:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295680#M217886</guid>
      <dc:creator>Gophalr</dc:creator>
      <dc:date>2020-05-09T08:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295681#M217887</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;after you renamed old installation pg DIR and created new one using initDb (in old installation DIR) a pg_upgrade step needs to be done (&lt;A href="https://www.postgresql.org/docs/9.6/pgupgrade.html" target="_blank" rel="noopener"&gt;https://www.postgresql.org/docs/9.6/pgupgrade.html)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for ex ( with&amp;nbsp;&lt;STRONG&gt;/usr/pgsql-9.6 &lt;/STRONG&gt;as your new pgsql9.6 bin DIR installation path and&amp;nbsp;&lt;STRONG&gt;/usr/bin/&lt;/STRONG&gt; as olg binDIR)&lt;/P&gt;&lt;P&gt;/usr/pgsql-9.6/bin/pg_upgrade --old-datadir /var/lib/pgsql/data/ --new-datadir /var/lib/pgsql/9.6/data/ --old-bindir /usr/bin/ --new-bindir /usr/pgsql-9.6/bin/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;restart postgres after pg_upgrade is done&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if (&lt;SPAN&gt;psql --version&lt;/SPAN&gt;) gives old version update PATH&lt;/P&gt;&lt;P&gt;also systemd unit files etc... and&amp;nbsp;&lt;SPAN&gt;pgsql_profile (/var/lib/pgsql/.pgsql_profile) / bash_profile&amp;nbsp; /etc/ files etc...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 09:43:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295681#M217887</guid>
      <dc:creator>rachid-berkane</dc:creator>
      <dc:date>2020-05-09T09:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295688#M217894</link>
      <description>&lt;P&gt;I tried the pg_upgrade and it was successful. But still the ambari server is not starting it gives the same error.&lt;/P&gt;&lt;P&gt;Updated the systemb unit files with the new data directory. But still it didn't help to start ambari.&lt;/P&gt;&lt;P&gt;Is there any way to find out that ambari server is using the new updated postgres(9.6)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I run this command to start postgresql &lt;STRONG&gt;/usr/pgsql-9.6/bin/postgres -D /var/lib/pgsql/9.6/data/ &lt;/STRONG&gt;It gives the following error message not sure is this normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt; 2020-05-09 18:10:45.674 UTC &amp;gt; LOG: redirecting log output to logging collector process&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt; 2020-05-09 18:10:45.674 UTC &amp;gt; HINT: Future log output will appear in directory "pg_log".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I tired giving enter multiple times it stays on this and not coming out. The pg_log says like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt; 2020-05-09 18:10:45.677 UTC &amp;gt; LOG: MultiXact member wraparound protections are now enabled&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt; 2020-05-09 18:10:45.679 UTC &amp;gt; LOG: database system is ready to accept connections&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;lt; 2020-05-09 18:10:45.679 UTC &amp;gt; LOG: autovacuum launcher started&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the postgresql server is started but the ambari is not coming up. My goal is to update postgres to 9.6 and make ambari to use this version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My assumption is that postgres upgrade is sucessfull but the ambari service start is not happening.&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 18:17:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295688#M217894</guid>
      <dc:creator>Gophalr</dc:creator>
      <dc:date>2020-05-09T18:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295689#M217895</link>
      <description>&lt;P&gt;could you confirm you can do queries on any database first and check ambari DB is restored&lt;/P&gt;&lt;P&gt;sudo -u postgres psql&lt;/P&gt;&lt;P&gt;\l+&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if ok&lt;/P&gt;&lt;P&gt;could you check ambari jdbc connector is updatet ? (using adequate connector path, and if needed download it and install it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ambari-server setup --jdbc-db=postgres --jdbc-driver=/usr/share/java/postgresql96-jdbc.jar&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in case new jdbc version in installed in same location make sure old one is not already in use ( lsof kill or restart host/vm )&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 05:25:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295689#M217895</guid>
      <dc:creator>rachid-berkane</dc:creator>
      <dc:date>2020-05-10T05:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295704#M217898</link>
      <description>&lt;P&gt;Yes I'm able to query the Database.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Query Result" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/27452i537AC0950058C834/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Query Result" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Query Result&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with the following command&lt;BR /&gt;&lt;STRONG&gt;ambari-server setup --jdbc-db=postgres --jdbc-driver=/usr/share/java/postgresql-42.2.12.jar&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Still ambari-server is not starting its giving the same error. Also tried rebooting the server also it didn't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 08:46:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295704#M217898</guid>
      <dc:creator>Gophalr</dc:creator>
      <dc:date>2020-05-10T08:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql upgrade from 9.2 to 9.6 on Ambari 2.7 and HDP3.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295781#M217952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm able to solve the issue by running the ambari-server setup command again and select the 4 option instead of embedded DB. That solved the issue. Now I'm able to start the service without any issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;GophalRaj&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 09:30:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Postgresql-upgrade-from-9-2-to-9-6-on-Ambari-2-7-and-HDP3-0/m-p/295781#M217952</guid>
      <dc:creator>Gophalr</dc:creator>
      <dc:date>2020-05-12T09:30:13Z</dc:date>
    </item>
  </channel>
</rss>

