<?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: CDH5.1.3 Cloudera Manager restore on new server from files or postgresql database in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19542#M3123</link>
    <description>&lt;P&gt;I didn't stop all agents just CM. I intially tried just restoring scm, then amon,nav,rman and csm but failed with same problem. Local postgresql database. It is odd a file restore also fails so all config and database will be consistent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On cm1, tried with --clean and without (just will drop tables if exist)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export PGPASSWORD=passwordfromfile&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_amon.sql amon&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_nav.sql nav&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_rman.sql rman&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_scm.sql scm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On cm2 built automatically in Amazon opsworks so has a blank CM config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo service cloudera-scm-server stop&lt;BR /&gt;&lt;BR /&gt;dropdb -h localhost -p 7432 -U cloudera-scm 'scm'&lt;BR /&gt;createdb -h localhost -p 7432 -U cloudera-scm 'scm'&lt;BR /&gt;&lt;BR /&gt;export PGPASSWORD=newpasswordfromfile&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d amon -f csm_dump_amon.sql&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d nav -f csm_dump_nav.sql&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d rman -f csm_dump_rman.sql&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d scm -f csm_dump_scm.sql&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo service cloudera-scm-server start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Java runs for a minute then dies. /var/log/cloudera-scm-server/db.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp; column dbrole0_.config_staleness_status does not exist at character 417&lt;BR /&gt;STATEMENT:&amp;nbsp; select dbrole0_.ROLE_ID as ROLE1_28_0_, dbrole0_.OPTIMISTIC_LOCK_VERSION as OPTIMIST2_28_0_, dbrole0_.NAME as NAME3_28_0_, d&lt;BR /&gt;brole0_.HOST_ID as HOST4_28_0_, dbrole0_.ROLE_TYPE as ROLE5_28_0_, dbrole0_.CONFIGURED_STATUS as CONFIGUR6_28_0_, dbrole0_.MERGED_KEYTAB&lt;BR /&gt;&amp;nbsp;as MERGED7_28_0_, dbrole0_.MAINTENANCE_COUNT as MAINTENA8_28_0_, dbrole0_.DECOMMISSION_COUNT as DECOMMIS9_28_0_, dbrole0_.HAS_EVER_STAR&lt;BR /&gt;TED as HAS10_28_0_, dbrole0_.CONFIG_STALENESS_STATUS as CONFIG11_28_0_, dbrole0_.SERVICE_ID as SERVICE12_28_0_, dbrole0_.ROLE_CONFIG_GRO&lt;BR /&gt;UP_ID as ROLE13_28_0_ from ROLES dbrole0_ where dbrole0_.ROLE_ID in ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15)&lt;BR /&gt;ERROR:&amp;nbsp; current transaction is aborted, commands ignored until end of transaction block&lt;BR /&gt;STATEMENT:&amp;nbsp; SELECT NULL AS TABLE_CAT, n.nspname AS TABLE_SCHEM, c.relname AS TABLE_NAME,&amp;nbsp; CASE n.nspname ~ '^pg_' OR n.nspname = 'inform&lt;BR /&gt;ation_schema'&amp;nbsp; WHEN true THEN CASE&amp;nbsp; WHEN n.nspname = 'pg_catalog' OR n.nspname = 'information_schema' THEN CASE c.relkind&amp;nbsp;&amp;nbsp; WHEN 'r' THE&lt;BR /&gt;N 'SYSTEM TABLE'&amp;nbsp;&amp;nbsp; WHEN 'v' THEN 'SYSTEM VIEW'&amp;nbsp;&amp;nbsp; WHEN 'i' THEN 'SYSTEM INDEX'&amp;nbsp;&amp;nbsp; ELSE NULL&amp;nbsp;&amp;nbsp; END&amp;nbsp; WHEN n.nspname = 'pg_toast' THEN CASE c&lt;BR /&gt;.relkind&amp;nbsp;&amp;nbsp; WHEN 'r' THEN 'SYSTEM TOAST TABLE'&amp;nbsp;&amp;nbsp; WHEN 'i' THEN 'SYSTEM TOAST INDEX'&amp;nbsp;&amp;nbsp; ELSE NULL&amp;nbsp;&amp;nbsp; END&amp;nbsp; ELSE CASE c.relkind&amp;nbsp;&amp;nbsp; WHEN 'r' THE&lt;BR /&gt;N 'TEMPORARY TABLE'&amp;nbsp;&amp;nbsp; WHEN 'i' THEN 'TEMPORARY INDEX'&amp;nbsp;&amp;nbsp; WHEN 'S' THEN 'TEMPORARY SEQUENCE'&amp;nbsp;&amp;nbsp; WHEN 'v' THEN 'TEMPORARY VIEW'&amp;nbsp;&amp;nbsp; ELSE NULL&lt;BR /&gt;&amp;nbsp; END&amp;nbsp; END&amp;nbsp; WHEN false THEN CASE c.relkind&amp;nbsp; WHEN 'r' THEN 'TABLE'&amp;nbsp; WHEN 'i' THEN 'INDEX'&amp;nbsp; WHEN 'S' THEN 'SEQUENCE'&amp;nbsp; WHEN 'v' THEN 'VIEW'&lt;BR /&gt;&amp;nbsp; WHEN 'c' THEN 'TYPE'&amp;nbsp; ELSE NULL&amp;nbsp; END&amp;nbsp; ELSE NULL&amp;nbsp; END&amp;nbsp; AS TABLE_TYPE, d.description AS REMARKS&amp;nbsp; FROM pg_catalog.pg_namespace n, pg_cata&lt;BR /&gt;log.pg_class c&amp;nbsp; LEFT JOIN pg_catalog.pg_description d ON (c.oid = d.objoid AND d.objsubid = 0)&amp;nbsp; LEFT JOIN pg_catalog.pg_class dc ON (d.c&lt;BR /&gt;lassoid=dc.oid AND dc.relname='pg_class')&amp;nbsp; LEFT JOIN pg_catalog.pg_namespace dn ON (dn.oid=dc.relnamespace AND dn.nspname='pg_catalog')&lt;BR /&gt;&amp;nbsp;WHERE c.relnamespace = n.oid&amp;nbsp; AND c.relname LIKE 'PROBABLYNOT'&amp;nbsp; AND (false&amp;nbsp; OR ( c.relkind = 'r' AND n.nspname !~ '^pg_' AND n.nspname&lt;BR /&gt;&amp;lt;&amp;gt; 'information_schema' ) )&amp;nbsp; ORDER BY TABLE_TYPE,TABLE_SCHEM,TABLE_NAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Sep 2014 14:44:44 GMT</pubDate>
    <dc:creator>JohncUK</dc:creator>
    <dc:date>2014-09-30T14:44:44Z</dc:date>
    <item>
      <title>CDH5.1.3 Cloudera Manager restore on new server from files or postgresql database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19530#M3119</link>
      <description>&lt;P&gt;I've tried both restoring from scm postgresql database backup and from a file backup of config and postgres (database stopped for backup). Both fail complaining about missing column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Caused by: org.postgresql.util.PSQLException: ERROR: column dbrole0_.config_staleness_status does not exist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone successfully restored CM on a new server?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks, John.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:08:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19530#M3119</guid>
      <dc:creator>JohncUK</dc:creator>
      <dc:date>2022-09-16T09:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: CDH5.1.3 Cloudera Manager restore on new server from files or postgresql database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19532#M3120</link>
      <description>&lt;P&gt;Are you restoring to the exact same version of Cloudera Manager on the new server, as the version from which the backup was taken?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 13:47:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19532#M3120</guid>
      <dc:creator>smark</dc:creator>
      <dc:date>2014-09-30T13:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: CDH5.1.3 Cloudera Manager restore on new server from files or postgresql database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19534#M3121</link>
      <description>&lt;P&gt;Yes, I am testing the backup procedure before deploying in live. Repeated numerous times and get the same error. I upgraded from 5.0.0 to 5.1.3 first then backed up the database.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 13:50:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19534#M3121</guid>
      <dc:creator>JohncUK</dc:creator>
      <dc:date>2014-09-30T13:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: CDH5.1.3 Cloudera Manager restore on new server from files or postgresql database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19540#M3122</link>
      <description>&lt;P&gt;It sounds most likely something's just out of sequence. I could see this working fine (and have performed it numerous times) as long as sequence is maintained.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So,&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Install CM on node1&lt;/LI&gt;&lt;LI&gt;Upgrade CM on node1&lt;/LI&gt;&lt;LI&gt;Run CM through all upgrade wizards which upgrades all hosts in cluster1 hearbeating to node1 CM Server.&lt;/LI&gt;&lt;LI&gt;Stop all agents&lt;/LI&gt;&lt;LI&gt;Stop CM Server&lt;/LI&gt;&lt;LI&gt;Take [pg_dump|mysqldump] of CM database&lt;/LI&gt;&lt;LI&gt;Copy&amp;nbsp;&lt;SPAN&gt;[pg_dump|mysqldump] of CM database to node2&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Reimport consistent database export into same version of RDBMS on node2. Ensure GRANT statements also apply.&lt;/LI&gt;&lt;LI&gt;scp /etc/cloudera-scm-server/db.properties from node1 to node2 (assuming you've set appropriate GRANTs to the db import on node2 using same name / pw but allowing new hostname node2) OR&lt;/LI&gt;&lt;LI&gt;alter&lt;SPAN&gt;/etc/cloudera-scm-server/db.properties on node2 to ensure correct user/pw/hostname are specified depending on how you've issued GRANTs / permissions.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;service cloudera-scm-server start &amp;amp;&amp;amp; tail -f /var/log/cloudera-scm-server/cloudera-scm-server.log&lt;/LI&gt;&lt;LI&gt;Sanity-check that the server process comes up; once port :7180 is bound, attempt login on node2:7180.&lt;/LI&gt;&lt;LI&gt;With UI up, configuration should all be in place for all clusters/services/roles, but no agents hearbeating&lt;/LI&gt;&lt;LI&gt;Alter /etc/cloudera-scm-agent/config.ini on all managed hosts. Change the "server_host=node1" to&amp;nbsp;&lt;SPAN&gt;"server_host=node2", save and apply across all nodes.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Restart all agents: &amp;nbsp; # for i in $(cat file_listing_all_managed_cluster_nodes); do ssh root@$i 'service cloudera-scm-agent restart'; done&lt;/LI&gt;&lt;LI&gt;At this time all agents should be heartbeating to node2 which contains an exact clone of the configuration from node1.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Given a consistent backup from this mythical node1, I don't see how a column can go missing unless some specific [pg_dump|mysqldump[ export options were applied, or some sort of import exclusion happened. What syntax did you use both on the export and the import side of things for the RDBMS? Also, which RDBMS are you using specifically?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Mark Schnegelberger&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 14:10:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19540#M3122</guid>
      <dc:creator>smark</dc:creator>
      <dc:date>2014-09-30T14:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: CDH5.1.3 Cloudera Manager restore on new server from files or postgresql database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19542#M3123</link>
      <description>&lt;P&gt;I didn't stop all agents just CM. I intially tried just restoring scm, then amon,nav,rman and csm but failed with same problem. Local postgresql database. It is odd a file restore also fails so all config and database will be consistent.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On cm1, tried with --clean and without (just will drop tables if exist)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export PGPASSWORD=passwordfromfile&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_amon.sql amon&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_nav.sql nav&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_rman.sql rman&lt;BR /&gt;pg_dump -h localhost -p 7432 -U cloudera-scm --clean --file=csm_dump_scm.sql scm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On cm2 built automatically in Amazon opsworks so has a blank CM config.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo service cloudera-scm-server stop&lt;BR /&gt;&lt;BR /&gt;dropdb -h localhost -p 7432 -U cloudera-scm 'scm'&lt;BR /&gt;createdb -h localhost -p 7432 -U cloudera-scm 'scm'&lt;BR /&gt;&lt;BR /&gt;export PGPASSWORD=newpasswordfromfile&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d amon -f csm_dump_amon.sql&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d nav -f csm_dump_nav.sql&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d rman -f csm_dump_rman.sql&lt;BR /&gt;psql -h localhost -p 7432 -U cloudera-scm -d scm -f csm_dump_scm.sql&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sudo service cloudera-scm-server start&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Java runs for a minute then dies. /var/log/cloudera-scm-server/db.log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp; column dbrole0_.config_staleness_status does not exist at character 417&lt;BR /&gt;STATEMENT:&amp;nbsp; select dbrole0_.ROLE_ID as ROLE1_28_0_, dbrole0_.OPTIMISTIC_LOCK_VERSION as OPTIMIST2_28_0_, dbrole0_.NAME as NAME3_28_0_, d&lt;BR /&gt;brole0_.HOST_ID as HOST4_28_0_, dbrole0_.ROLE_TYPE as ROLE5_28_0_, dbrole0_.CONFIGURED_STATUS as CONFIGUR6_28_0_, dbrole0_.MERGED_KEYTAB&lt;BR /&gt;&amp;nbsp;as MERGED7_28_0_, dbrole0_.MAINTENANCE_COUNT as MAINTENA8_28_0_, dbrole0_.DECOMMISSION_COUNT as DECOMMIS9_28_0_, dbrole0_.HAS_EVER_STAR&lt;BR /&gt;TED as HAS10_28_0_, dbrole0_.CONFIG_STALENESS_STATUS as CONFIG11_28_0_, dbrole0_.SERVICE_ID as SERVICE12_28_0_, dbrole0_.ROLE_CONFIG_GRO&lt;BR /&gt;UP_ID as ROLE13_28_0_ from ROLES dbrole0_ where dbrole0_.ROLE_ID in ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15)&lt;BR /&gt;ERROR:&amp;nbsp; current transaction is aborted, commands ignored until end of transaction block&lt;BR /&gt;STATEMENT:&amp;nbsp; SELECT NULL AS TABLE_CAT, n.nspname AS TABLE_SCHEM, c.relname AS TABLE_NAME,&amp;nbsp; CASE n.nspname ~ '^pg_' OR n.nspname = 'inform&lt;BR /&gt;ation_schema'&amp;nbsp; WHEN true THEN CASE&amp;nbsp; WHEN n.nspname = 'pg_catalog' OR n.nspname = 'information_schema' THEN CASE c.relkind&amp;nbsp;&amp;nbsp; WHEN 'r' THE&lt;BR /&gt;N 'SYSTEM TABLE'&amp;nbsp;&amp;nbsp; WHEN 'v' THEN 'SYSTEM VIEW'&amp;nbsp;&amp;nbsp; WHEN 'i' THEN 'SYSTEM INDEX'&amp;nbsp;&amp;nbsp; ELSE NULL&amp;nbsp;&amp;nbsp; END&amp;nbsp; WHEN n.nspname = 'pg_toast' THEN CASE c&lt;BR /&gt;.relkind&amp;nbsp;&amp;nbsp; WHEN 'r' THEN 'SYSTEM TOAST TABLE'&amp;nbsp;&amp;nbsp; WHEN 'i' THEN 'SYSTEM TOAST INDEX'&amp;nbsp;&amp;nbsp; ELSE NULL&amp;nbsp;&amp;nbsp; END&amp;nbsp; ELSE CASE c.relkind&amp;nbsp;&amp;nbsp; WHEN 'r' THE&lt;BR /&gt;N 'TEMPORARY TABLE'&amp;nbsp;&amp;nbsp; WHEN 'i' THEN 'TEMPORARY INDEX'&amp;nbsp;&amp;nbsp; WHEN 'S' THEN 'TEMPORARY SEQUENCE'&amp;nbsp;&amp;nbsp; WHEN 'v' THEN 'TEMPORARY VIEW'&amp;nbsp;&amp;nbsp; ELSE NULL&lt;BR /&gt;&amp;nbsp; END&amp;nbsp; END&amp;nbsp; WHEN false THEN CASE c.relkind&amp;nbsp; WHEN 'r' THEN 'TABLE'&amp;nbsp; WHEN 'i' THEN 'INDEX'&amp;nbsp; WHEN 'S' THEN 'SEQUENCE'&amp;nbsp; WHEN 'v' THEN 'VIEW'&lt;BR /&gt;&amp;nbsp; WHEN 'c' THEN 'TYPE'&amp;nbsp; ELSE NULL&amp;nbsp; END&amp;nbsp; ELSE NULL&amp;nbsp; END&amp;nbsp; AS TABLE_TYPE, d.description AS REMARKS&amp;nbsp; FROM pg_catalog.pg_namespace n, pg_cata&lt;BR /&gt;log.pg_class c&amp;nbsp; LEFT JOIN pg_catalog.pg_description d ON (c.oid = d.objoid AND d.objsubid = 0)&amp;nbsp; LEFT JOIN pg_catalog.pg_class dc ON (d.c&lt;BR /&gt;lassoid=dc.oid AND dc.relname='pg_class')&amp;nbsp; LEFT JOIN pg_catalog.pg_namespace dn ON (dn.oid=dc.relnamespace AND dn.nspname='pg_catalog')&lt;BR /&gt;&amp;nbsp;WHERE c.relnamespace = n.oid&amp;nbsp; AND c.relname LIKE 'PROBABLYNOT'&amp;nbsp; AND (false&amp;nbsp; OR ( c.relkind = 'r' AND n.nspname !~ '^pg_' AND n.nspname&lt;BR /&gt;&amp;lt;&amp;gt; 'information_schema' ) )&amp;nbsp; ORDER BY TABLE_TYPE,TABLE_SCHEM,TABLE_NAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2014 14:44:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19542#M3123</guid>
      <dc:creator>JohncUK</dc:creator>
      <dc:date>2014-09-30T14:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: CDH5.1.3 Cloudera Manager restore on new server from files or postgresql database</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19574#M3124</link>
      <description>&lt;P&gt;I've just checked the versions and yes they are different so no wonder it fails! Opsworks normally automatically installs the latest version but I'd overidden it for the upgrade testing. Thanks, John.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Oct 2014 08:26:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CDH5-1-3-Cloudera-Manager-restore-on-new-server-from-files/m-p/19574#M3124</guid>
      <dc:creator>JohncUK</dc:creator>
      <dc:date>2014-10-01T08:26:27Z</dc:date>
    </item>
  </channel>
</rss>

