<?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 Re: Postgres 10 ambari-server upgrade and Postgres 9.4 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203474#M73780</link>
    <description>&lt;P&gt;
	Hi, &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;BR /&gt;
	&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	How can i use Ambari 2.6.0 with HDF 3.0.2, if supported version is different? &lt;/P&gt;&lt;P&gt;
	Ambari is need Postgres 9.4, but HDF is need Postgres 9.5.&lt;/P&gt;&lt;P&gt;
	&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.2/bk_support-matrices/content/ch_matrices-hdf.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.2/bk_support-matrices/content/ch_matrices-hdf.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jan 2018 18:22:27 GMT</pubDate>
    <dc:creator>ururu</dc:creator>
    <dc:date>2018-01-28T18:22:27Z</dc:date>
    <item>
      <title>Postgres 10 ambari-server upgrade and Postgres 9.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203469#M73775</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I've upgraded Postgres 9.5 to Postgres 10.1 on one of my lab servers, Ambari works fine with Postgres 10, but when I do the upgrade from Version
      2.5.0.3 to Version 2.6.0.0&lt;/P&gt;&lt;P&gt;yum info ambari-server&lt;BR /&gt;Loaded plugins: fastestmirror&lt;BR /&gt;Loading mirror speeds from cached hostfile&lt;BR /&gt;Installed Packages&lt;BR /&gt;Name  : ambari-server&lt;BR /&gt;Arch  : x86_64&lt;BR /&gt;Version  : 2.5.0.3&lt;BR /&gt;Release  : 7&lt;BR /&gt;Size  : 722 M&lt;BR /&gt;Repo  : installed&lt;BR /&gt;Summary  : Ambari Server&lt;BR /&gt;URL  : &lt;A href="http://www.apache.org" target="_blank"&gt;http://www.apache.org&lt;/A&gt;&lt;BR /&gt;License  : (c) Apache Software Foundation&lt;BR /&gt;Description : Maven Recipe: RPM Package.&lt;BR /&gt;&lt;BR /&gt;Available Packages&lt;BR /&gt;Name  : ambari-server&lt;BR /&gt;Arch  : x86_64&lt;BR /&gt;Version  : 2.6.0.0&lt;BR /&gt;Release  : 267&lt;BR /&gt;Size  : 712 M&lt;BR /&gt;Repo  : ambari-ambari-2.6.0.0&lt;BR /&gt;Summary  : Ambari Server&lt;BR /&gt;URL  : &lt;A href="http://www.apache.org" target="_blank"&gt;http://www.apache.org&lt;/A&gt;&lt;BR /&gt;License  : (c) Apache Software Foundation&lt;BR /&gt;Description : Maven Recipe: RPM Package.&lt;/P&gt;&lt;P&gt;But when I try and do the upgrade I get Column t1.tgconstrname does not exist error, seem like it might be a Postgres 10 problem? &lt;/P&gt;&lt;P&gt;&lt;A href="https://liquibase.jira.com/browse/CORE-3135" target="_blank"&gt;https://liquibase.jira.com/browse/CORE-3135&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the logfile below&lt;/P&gt;&lt;P&gt;23 Jan 2018 12:35:00,848  INFO [main] DBAccessorImpl:874 - Executing query: DELETE FROM upgrade_group&lt;BR /&gt;23 Jan 2018 12:35:00,851  INFO [main] DBAccessorImpl:874 - Executing query: DELETE FROM upgrade&lt;BR /&gt;23 Jan 2018 12:35:00,855  INFO [main] DBAccessorImpl:874 - Executing query: ALTER TABLE upgrade DROP COLUMN to_version&lt;BR /&gt;23 Jan 2018 12:35:00,863  INFO [main] DBAccessorImpl:874 - Executing query: ALTER TABLE upgrade DROP COLUMN from_version&lt;BR /&gt;23 Jan 2018 12:35:00,872  INFO [main] DBAccessorImpl:874 - Executing query: ALTER TABLE upgrade ADD from_repo_version_id BIGINT NOT NULL &lt;BR /&gt;23 Jan 2018 12:35:00,888 ERROR [main] SchemaUpgradeHelper:202 - Upgrade failed. &lt;BR /&gt;org.postgresql.util.PSQLException: ERROR: column t1.tgconstrname does not exist&lt;BR /&gt;  Position: 113&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2161)&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1890)&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:283)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getImportedExportedKeys(AbstractJdbc2DatabaseMetaData.java:3580)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getCrossReference(AbstractJdbc2DatabaseMetaData.java:3894)&lt;BR /&gt;   at org.apache.ambari.server.orm.DBAccessorImpl.tableHasForeignKey(DBAccessorImpl.java:404)&lt;BR /&gt;   at org.apache.ambari.server.orm.DBAccessorImpl.addFKConstraint(DBAccessorImpl.java:509)&lt;BR /&gt;   at org.apache.ambari.server.orm.DBAccessorImpl.addFKConstraint(DBAccessorImpl.java:482)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.UpgradeCatalog252.addRepositoryColumnsToUpgradeTable(UpgradeCatalog252.java:181)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.UpgradeCatalog252.executeDDLUpdates(UpgradeCatalog252.java:122)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.AbstractUpgradeCatalog.upgradeSchema(AbstractUpgradeCatalog.java:923)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.executeUpgrade(SchemaUpgradeHelper.java:200)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.main(SchemaUpgradeHelper.java:418)&lt;BR /&gt;23 Jan 2018 12:35:00,893 ERROR [main] SchemaUpgradeHelper:437 - Exception occurred during upgrade, failed&lt;BR /&gt;org.apache.ambari.server.AmbariException: ERROR: column t1.tgconstrname does not exist&lt;BR /&gt;  Position: 113&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.executeUpgrade(SchemaUpgradeHelper.java:203)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.main(SchemaUpgradeHelper.java:418)&lt;BR /&gt;Caused by: org.postgresql.util.PSQLException: ERROR: column t1.tgconstrname does not exist&lt;BR /&gt;  Position: 113&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2161)&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1890)&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:283)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getImportedExportedKeys(AbstractJdbc2DatabaseMetaData.java:3580)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2DatabaseMetaData.getCrossReference(AbstractJdbc2DatabaseMetaData.java:3894)&lt;BR /&gt;   at org.apache.ambari.server.orm.DBAccessorImpl.tableHasForeignKey(DBAccessorImpl.java:404)&lt;BR /&gt;   at org.apache.ambari.server.orm.DBAccessorImpl.addFKConstraint(DBAccessorImpl.java:509)&lt;BR /&gt;   at org.apache.ambari.server.orm.DBAccessorImpl.addFKConstraint(DBAccessorImpl.java:482)&lt;/P&gt;&lt;P&gt;Please I need some help, any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:22:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203469#M73775</guid>
      <dc:creator>esawyja</dc:creator>
      <dc:date>2018-01-23T19:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres 10 ambari-server upgrade and Postgres 9.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203470#M73776</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15836/esawyja.html" nodeid="15836"&gt;@Wynand J van Vuuren&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you are using Ambari 2.6.0 then please use Postgres 9.4 or lower.&lt;/P&gt;&lt;P&gt;Please refer to the tested and certified configuration of ambari with different Databases: &lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.3/bk_support-matrices/content/ch_matrices-ambari.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.3/bk_support-matrices/content/ch_matrices-ambari.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;From Postgres 9.x to 10.x is a major upgrade of the DB and there may be many advanced changes that can cause issues, hence it is better to be on the supported version (atleast Postgres 9.x)&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 20:15:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203470#M73776</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-23T20:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres 10 ambari-server upgrade and Postgres 9.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203471#M73777</link>
      <description>&lt;P&gt;I've now installed Postgres 9.4 with Ambari 2.5.0.3, 
upgraded Ambari to 2.6.0.0 but when I do the upgrade, I get another 
Postgres issue&lt;/P&gt;&lt;P&gt;java.lang.IllegalArgumentException: cluster_version table does not contain repo_version_id column&lt;/P&gt;&lt;P&gt;ambari-server upgrade&lt;BR /&gt;Using python /usr/bin/python&lt;BR /&gt;Upgrading ambari-server&lt;BR /&gt;INFO: Upgrade Ambari Server&lt;BR /&gt;INFO: Updating Ambari Server properties in ambari.properties ...&lt;BR /&gt;INFO: Updating Ambari Server properties in ambari-env.sh ...&lt;BR /&gt;WARNING: Original file ambari-env.sh kept&lt;BR /&gt;INFO: Fixing database objects owner&lt;BR /&gt;Ambari Server configured for Postgres. Confirm you have made a backup of the Ambari Server database [y/n] (y)? y&lt;BR /&gt;INFO: Upgrading database schema&lt;BR /&gt;INFO: Return code from schema upgrade command, retcode = 1&lt;BR /&gt;ERROR: Error executing schema upgrade, please check the server logs.&lt;BR /&gt;ERROR: Error output from schema upgrade command:&lt;BR /&gt;ERROR:
 Exception in thread "main" org.apache.ambari.server.AmbariException: 
cluster_version table does not contain repo_version_id column&lt;BR /&gt; at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.executeUpgrade(SchemaUpgradeHelper.java:203)&lt;BR /&gt; at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.main(SchemaUpgradeHelper.java:418)&lt;BR /&gt;Caused by: java.lang.IllegalArgumentException: cluster_version table does not contain repo_version_id column&lt;BR /&gt; at org.apache.ambari.server.orm.DBAccessorImpl.getIntColumnValues(DBAccessorImpl.java:1536)&lt;BR /&gt; at org.apache.ambari.server.upgrade.UpgradeCatalog260.getCurrentVersionID(UpgradeCatalog260.java:507)&lt;BR /&gt; at org.apache.ambari.server.upgrade.UpgradeCatalog260.executeDDLUpdates(UpgradeCatalog260.java:194)&lt;BR /&gt; at org.apache.ambari.server.upgrade.AbstractUpgradeCatalog.upgradeSchema(AbstractUpgradeCatalog.java:923)&lt;BR /&gt; at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.executeUpgrade(SchemaUpgradeHelper.java:200)&lt;BR /&gt; ... 1 more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ERROR: Ambari server upgrade failed. Please look at /var/log/ambari-server/ambari-server.log, for more details.&lt;BR /&gt;ERROR: Exiting with exit code 11. &lt;BR /&gt;REASON: Schema upgrade failed.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:04:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203471#M73777</guid>
      <dc:creator>esawyja</dc:creator>
      <dc:date>2018-01-24T17:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres 10 ambari-server upgrade and Postgres 9.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203472#M73778</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/15836/esawyja.html" nodeid="15836"&gt;@Wynand J van Vuuren&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Looks like you might be hitting the issue reported here:  &lt;A href="https://issues.apache.org/jira/browse/AMBARI-22421" target="_blank"&gt;https://issues.apache.org/jira/browse/AMBARI-22421&lt;/A&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;So please try the below Workaround:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As "cluster_version" table was present in Ambari 2.5.x however from 2.6.x this table is gone. So as a workaround you will need to first create the following tale inside your ambari DB and then perform the "ambari-server upgrade"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Login to Postgress DB:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;# psql -u ambari ambari
Enter password: bigdata&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Create Dummy Table:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;CREATE TABLE cluster_version (
  id BIGINT NOT NULL,
  repo_version_id BIGINT NOT NULL,
  cluster_id BIGINT NOT NULL,
  state VARCHAR(32) NOT NULL,
  start_time BIGINT NOT NULL,
  end_time BIGINT,
  user_name VARCHAR(32));&amp;lt;br&amp;gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;The perform ambari server upgrade:&lt;/P&gt;&lt;PRE&gt;# ambari-server upgrade&lt;/PRE&gt;&lt;P&gt;&lt;STRONG&gt;Ambari 2.5.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/ambari/blob/release-2.5.0/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql#L173-L180" target="_blank"&gt;https://github.com/apache/ambari/blob/release-2.5.0/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql#L173-L180&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ambari 2.6.0   (does not have cluster_version)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/ambari/blob/release-2.6.0/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql" target="_blank"&gt;https://github.com/apache/ambari/blob/release-2.6.0/ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql&lt;/A&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;In your case this table is missing because looks like you might have run the upgrade command twice (earlier it might have not executed completely so the table got deleted).&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:30:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203472#M73778</guid>
      <dc:creator>jsensharma</dc:creator>
      <dc:date>2018-01-24T17:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres 10 ambari-server upgrade and Postgres 9.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203473#M73779</link>
      <description>&lt;P&gt;Thanks so much, I did that and then hit the next problem, this is like hitting your head against a solid brick wall...&lt;/P&gt;&lt;P&gt;ambari=# CREATE TABLE cluster_version (&lt;BR /&gt;ambari(#  id BIGINT NOT NULL,&lt;BR /&gt;ambari(#  repo_version_id BIGINT NOT NULL,&lt;BR /&gt;ambari(#  cluster_id BIGINT NOT NULL,&lt;BR /&gt;ambari(#  state VARCHAR(32) NOT NULL,&lt;BR /&gt;ambari(#  start_time BIGINT NOT NULL,&lt;BR /&gt;ambari(#  end_time BIGINT,&lt;BR /&gt;ambari(#  user_name VARCHAR(32));&lt;BR /&gt;CREATE TABLE&lt;BR /&gt;ambari=#&lt;/P&gt;&lt;P&gt;ambari-server upgrade&lt;BR /&gt;Using python  /usr/bin/python&lt;BR /&gt;Upgrading ambari-server&lt;BR /&gt;INFO: Upgrade Ambari Server&lt;BR /&gt;INFO: Updating Ambari Server properties in ambari.properties ...&lt;BR /&gt;WARNING: Can not find ambari.properties.rpmsave file from previous version, skipping import of settings&lt;BR /&gt;INFO: Updating Ambari Server properties in ambari-env.sh ...&lt;BR /&gt;INFO: Can not find ambari-env.sh.rpmsave file from previous version, skipping restore of environment settings. ambari-env.sh may not include any user customization.&lt;BR /&gt;INFO: Fixing database objects owner&lt;BR /&gt;Ambari Server configured for Postgres. Confirm you have made a backup of the Ambari Server database [y/n] (y)? y&lt;BR /&gt;INFO: Upgrading database schema&lt;BR /&gt;INFO: Return code from schema upgrade command, retcode = 1&lt;BR /&gt;ERROR: Error executing schema upgrade, please check the server logs.&lt;BR /&gt;ERROR: Error output from schema upgrade command:&lt;BR /&gt;ERROR: Exception in thread "main" java.lang.Exception: Unexpected error, upgrade failed&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.main(SchemaUpgradeHelper.java:441)&lt;BR /&gt;Caused by: java.lang.RuntimeException: Unable to read database version&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.readSourceVersion(SchemaUpgradeHelper.java:97)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.main(SchemaUpgradeHelper.java:402)&lt;BR /&gt;Caused by: org.postgresql.util.PSQLException: ERROR: relation "metainfo" does not exist&lt;BR /&gt;  Position: 30&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2161)&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1890)&lt;BR /&gt;   at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:255)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:559)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:403)&lt;BR /&gt;   at org.postgresql.jdbc2.AbstractJdbc2Statement.executeQuery(AbstractJdbc2Statement.java:283)&lt;BR /&gt;   at org.apache.ambari.server.upgrade.SchemaUpgradeHelper.readSourceVersion(SchemaUpgradeHelper.java:90)&lt;BR /&gt;   ... 1 more&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ERROR: Ambari server upgrade failed. Please look at /var/log/ambari-server/ambari-server.log, for more details.&lt;BR /&gt;ERROR: Exiting with exit code 11. &lt;BR /&gt;REASON: Schema upgrade failed.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2018 17:45:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203473#M73779</guid>
      <dc:creator>esawyja</dc:creator>
      <dc:date>2018-01-24T17:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres 10 ambari-server upgrade and Postgres 9.4</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203474#M73780</link>
      <description>&lt;P&gt;
	Hi, &lt;A rel="user" href="https://community.cloudera.com/users/3418/jsensharma.html" nodeid="3418"&gt;@Jay Kumar SenSharma&lt;BR /&gt;
	&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	How can i use Ambari 2.6.0 with HDF 3.0.2, if supported version is different? &lt;/P&gt;&lt;P&gt;
	Ambari is need Postgres 9.4, but HDF is need Postgres 9.5.&lt;/P&gt;&lt;P&gt;
	&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.2/bk_support-matrices/content/ch_matrices-hdf.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDF3/HDF-3.0.2/bk_support-matrices/content/ch_matrices-hdf.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jan 2018 18:22:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Postgres-10-ambari-server-upgrade-and-Postgres-9-4/m-p/203474#M73780</guid>
      <dc:creator>ururu</dc:creator>
      <dc:date>2018-01-28T18:22:27Z</dc:date>
    </item>
  </channel>
</rss>

