<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vertica Documentation – Upgrade paths</title>
    <link>/en/admin/upgrading/upgrade-paths/</link>
    <description>Recent content in Upgrade paths on Vertica Documentation</description>
    <generator>Hugo -- gohugo.io</generator>
    
	  <atom:link href="/en/admin/upgrading/upgrade-paths/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Admin: Nonsequential FIPS database upgrades</title>
      <link>/en/admin/upgrading/upgrade-paths/nonsequential-fips-db-upgrades/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/en/admin/upgrading/upgrade-paths/nonsequential-fips-db-upgrades/</guid>
      <description>
        
        
        &lt;p&gt;As of Vertica 10.1.1, FIPS support has been reinstated. Prior to this, the last version to support FIPS was Vertica 9.2.x. Vertica upgrades are typically sequential, but if you are upgrading from 9.2.x and want to maintain your FIPS certification, you must first perform a direct, nonsequential upgrade from 9.2.x to 10.1.1 before performing the standard sequential upgrades from 10.1.1 to 12.0.3.&lt;/p&gt;
&lt;p&gt;The following procedure performs a direct upgrade from Vertica 9.2.x running on RHEL 6.x to Vertica 10.1.1 on RHEL 8.1.

&lt;div class=&#34;admonition important&#34; role=&#34;alert&#34;&gt;
&lt;h4 class=&#34;admonition-head&#34;&gt;Important&lt;/h4&gt;
If you have any questions or want additional guidance for performing this upgrade, contact &lt;a href=&#34;https://softwaresupport.softwaregrp.com/&#34;&gt;Vertica Support&lt;/a&gt;.
&lt;/div&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/admin/backup-and-restore/creating-backups/creating-full-backups/&#34;&gt;Create a full backup&lt;/a&gt; of your Vertica 9.2.x database. This example uses the configuration file &lt;code&gt;fullRestore.ini&lt;/code&gt;.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ vbr --config-file=/tmp/fullRestore.ini -t init
$ vbr --config-file=/tmp/fullRestore.ini -t backup
&lt;/code&gt;&lt;/pre&gt;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[Transmission]
concurrency_backup = 1
port_rsync = 50000
encrypt = False
serviceAccessPass = rsyncpw
hardLinkLocal = False
checksum = False
total_bwlimit_restore = 0
serviceAccessUser = rsyncuser
total_bwlimit_backup = 0
concurrency_restore = 1

[Misc]
snapshotName = full_restore
restorePointLimit = 1
retryDelay = 1
objects =
retryCount = 0
tempDir = /tmp/vbr

[Mapping]
v_fips_db_node0001 = 198.51.100.0:/home/release/backup/
v_fips_db_node0002 = 198.51.100.1:/home/release/backup/
v_fips_db_node0003 = 198.51.100.2:/home/release/backup/

[Database]
dbPort = 5433
dbPromptForPassword = False
dbUser =
dbPassword =
dbName = fips_db
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;../../../../en/admin/operating-db/stopping-db/&#34;&gt;Shut down the database gracefully&lt;/a&gt;. Do not start the database until instructed.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Acquire a RHEL 8.1 cluster with one of the following methods:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Upgrade in place&lt;/li&gt;
&lt;li&gt;Reimage your machines&lt;/li&gt;
&lt;li&gt;Use a completely different RHEL 8.1 cluster&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable FIPS on your RHEL 8.1 machines and reboot.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ fips-mode-setup --enable
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Install Vertica 10.1.1 on the RHEL 8.1 cluster.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ install_vertica --hosts node0001, node0002, node0003 \
    --rpm /tmp/vertica-10.1.1-0/x86_64.RHEL8.rpm
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;If you acquired your RHEL 8.1 cluster by reimaging or using a different cluster, you must &lt;a href=&#34;../../../../en/admin/backup-and-restore/restoring-backups/&#34;&gt;restore your database&lt;/a&gt;.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ vbr -c /tmp/fullRestore.ini -t restore
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;If you encounter the following warning, you can safely ignore it.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;Warning: Vertica versions do not match: v9.2.1-xx -&amp;gt; v10.1.1-xxxxxxxx. This operation may not be supported.
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Start the Vertica 10.1.1 database to trigger the upgrade. This should be the first time you&#39;ve started your database since shutting it down in step 2.&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ admintools -t start_db -d fips_db
&lt;/code&gt;&lt;/pre&gt;&lt;/li&gt;
&lt;/ol&gt;

      </description>
    </item>
    
  </channel>
</rss>
