<?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 Upgrading Nifi to 1.17.0+ in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Upgrading-Nifi-to-1-17-0/m-p/353238#M236662</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I understand the tar.gz download option is no longer included. I need to figure out how this fits in with our upgrade process. The current steps as show below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# set vars for current and desired version
OLD=1.16.3
NEW=1.17.0

# Download files and set permissions
wget https://dlcdn.apache.org/nifi/$NEW/nifi-$NEW-bin.tar.gz
tar xzvf nifi-$NEW-bin.tar.gz
sudo chown -R root:root nifi-$NEW
sudo mv nifi-$NEW /opt/nifi/nifi-$NEW

# Compare bootstrap files. Copy old file to new location.
diff /opt/nifi/nifi-$OLD/conf/bootstrap.conf /opt/nifi/nifi-$NEW/conf/bootstrap.conf
sudo cp /opt/nifi/nifi-$OLD/conf/bootstrap.conf /opt/nifi/nifi-$NEW/conf/bootstrap.conf

# compare nifi.properties files.
# You will need to edit the new nifi.properties and add the nifi.sensitive.props.key to access secrets.
diff /opt/nifi/nifi-$OLD/conf/nifi.properties /opt/nifi/nifi-$NEW/conf/nifi.properties

# copy old flow files to new version
sudo cp /opt/nifi/nifi-$OLD/conf/flow.xml.gz /opt/nifi/nifi-$NEW/conf/

# download kite NAR for converting records
sudo wget https://repo1.maven.org/maven2/org/apache/nifi/nifi-kite-nar/$NEW/nifi-kite-nar-$NEW.nar /opt/nifi/nifi-$NEW/lib/

# The /etc/init.d/nifi file causes apt-get some trouble. Delete it before running updates.
sudo rm /etc/init.d/nifi
sudo systemctl daemon-reload
sudo apt-get update &amp;amp;&amp;amp; sudo apt-get -y dist-upgrade
sudo apt-get -y autoremove

# install init.d file again, stop old nifi
sudo /opt/nifi/nifi-$OLD/bin/nifi.sh install
sudo systemctl daemon-reload
sudo systemctl stop nifi

# install init.d for new nifi and reboot server
sudo /opt/nifi/nifi-$NEW/bin/nifi.sh install
sudo systemctl daemon-reload
sudo /sbin/shutdown -r now&lt;/LI-CODE&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;&lt;P&gt;I was able to wget &lt;A href="https://dlcdn.apache.org/nifi/1.17.0/nifi-1.17.0-source-release.zip" target="_blank"&gt;https://dlcdn.apache.org/nifi/1.17.0/nifi-1.17.0-source-release.zip&lt;/A&gt;&amp;nbsp;unzip and move the files to the &lt;STRONG&gt;/opt/nifi/&lt;/STRONG&gt; directory but I am wondering if the correct directory where the old bootstrap files should live is&amp;nbsp;&lt;STRONG&gt;/opt/nifi/nifi-1.17.0/nifi-toolkit/nifi-toolkit-admin/src/test/resources/conf&lt;/STRONG&gt; as there's no longer something like &lt;STRONG&gt;/opt/nifi/nifi-1.17.0/conf/&lt;/STRONG&gt; ? And then copy the flow files into&amp;nbsp;&lt;STRONG&gt;/nifi-1.17.0/nifi-toolkit/nifi-toolkit-encrypt-config/src/test/resources/&lt;/STRONG&gt;? Thanks in advance for any guidance.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Sep 2022 19:08:09 GMT</pubDate>
    <dc:creator>3dgar</dc:creator>
    <dc:date>2022-09-23T19:08:09Z</dc:date>
  </channel>
</rss>

