<?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: What is the best way to Backup Ranger meta data periodically? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165722#M24963</link>
    <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/229/bdurai.html" nodeid="229"&gt;@bdurai&lt;/A&gt; and &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; for your time. These were helpful. &lt;/P&gt;</description>
    <pubDate>Tue, 19 Apr 2016 03:18:22 GMT</pubDate>
    <dc:creator>hazarathreddy</dc:creator>
    <dc:date>2016-04-19T03:18:22Z</dc:date>
    <item>
      <title>What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165716#M24957</link>
      <description>&lt;P&gt;What is the best way to backup the Ranger database 0.5.0(only meta data for the purpose of disaster recovery). I see that the REST API is available. Can you please share your experience if you have implemented this in your organization? Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 02:22:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165716#M24957</guid>
      <dc:creator>hazarathreddy</dc:creator>
      <dc:date>2016-04-12T02:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165717#M24958</link>
      <description>&lt;P&gt;The best option is to just backup your Ranger database. For production, you should also consider setting up DB level replication (active/active or active/passive). This will give you HA and DR.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 02:43:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165717#M24958</guid>
      <dc:creator>bdurai</dc:creator>
      <dc:date>2016-04-12T02:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165718#M24959</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/229/bdurai.html"&gt;@bdurai&lt;/A&gt;, Thank you very much for redirecting me to this idea of 'setting up Replication'. I was spending my time on creating a Java application that uses REST APIs. If 'Setting up DB Level Replication' is effective solution in this case, it saves us lot of time. If you can please share more information of how to do this, it will be a great help. Thank you very much again. &lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 03:13:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165718#M24959</guid>
      <dc:creator>hazarathreddy</dc:creator>
      <dc:date>2016-04-12T03:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165719#M24960</link>
      <description>&lt;P&gt;It would depend on which DB vendor you are using and what sort of license you have for your RDBMS. If you don't already have replication at the DB level, you might just for regular export of the DB, e.g  mysqldump in MySQL would be a good short term solution for you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 05:15:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165719#M24960</guid>
      <dc:creator>bdurai</dc:creator>
      <dc:date>2016-04-12T05:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165720#M24961</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/5193/hazarathreddy.html" nodeid="5193"&gt;@Hazarathkumar bobba&lt;/A&gt;&lt;P&gt;Please refer below link to setup master slave replication if you are using mysql.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.tecmint.com/how-to-setup-mysql-master-slave-replication-in-rhel-centos-fedora/" target="_blank"&gt;http://www.tecmint.com/how-to-setup-mysql-master-slave-replication-in-rhel-centos-fedora/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also write sample oozie/cron job which will take mysqldump and store to some archived location, same script should have login to purge older dumps.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 02:01:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165720#M24961</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-14T02:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165721#M24962</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/5193/hazarathreddy.html" nodeid="5193"&gt;@Hazarathkumar bobba&lt;/A&gt; - Please check below answers and accept one which is more relevant.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Apr 2016 02:15:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165721#M24962</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-04-16T02:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165722#M24963</link>
      <description>&lt;P&gt;Thank you &lt;A rel="user" href="https://community.cloudera.com/users/229/bdurai.html" nodeid="229"&gt;@bdurai&lt;/A&gt; and &lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; for your time. These were helpful. &lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 03:18:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165722#M24963</guid>
      <dc:creator>hazarathreddy</dc:creator>
      <dc:date>2016-04-19T03:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to Backup Ranger meta data periodically?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165723#M24964</link>
      <description>&lt;P&gt;Hi @bdurai  and @Kuldeep Kulkarni,&lt;/P&gt;&lt;P&gt;I have developed a Java tool which can download all the policies from Ranger and create those policies back into another Ranger Environment. Just thought of sharing with you guys. &lt;/P&gt;&lt;P&gt;Thanks for your time though.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 03:15:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/What-is-the-best-way-to-Backup-Ranger-meta-data-periodically/m-p/165723#M24964</guid>
      <dc:creator>hazarathreddy</dc:creator>
      <dc:date>2017-01-18T03:15:46Z</dc:date>
    </item>
  </channel>
</rss>

