<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Downgrading on etcd</title>
    <link>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/</link>
    <description>Recent content in Downgrading on etcd</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://etcd.website.cncfstack.com/docs/v3.8/downgrades/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Downgrading etcd clusters and applications</title>
      <link>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrading-etcd/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrading-etcd/</guid>
      <description>&lt;p&gt;This section contains documents specific to downgrading etcd clusters and applications.&lt;/p&gt;&#xA;&lt;h2 id=&#34;downgrading-an-etcd-v3x-cluster&#34;&gt;Downgrading an etcd v3.x cluster&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../downgrade_3_5/&#34;&gt;Downgrade etcd from 3.5 to 3.4&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../downgrade_3_6/&#34;&gt;Downgrade etcd from 3.6 to 3.5&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;../downgrade_3_7/&#34;&gt;Downgrade etcd from 3.7 to 3.6&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Downgrade etcd from v3.7 to v3.6</title>
      <link>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrade_3_7/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrade_3_7/</guid>
      <description>&lt;p&gt;In the general case, downgrading from etcd v3.7 to v3.6 can be a zero-downtime, rolling downgrade:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;one by one, stop the etcd v3.7 processes and replace them with etcd v3.6 processes&lt;/li&gt;&#xA;&lt;li&gt;after enabling the downgrade, new features in v3.7 are no longer available to the cluster&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Before &lt;a href=&#34;#downgrade-procedure&#34;&gt;starting a downgrade&lt;/a&gt;, read through the rest of this guide to prepare.&lt;/p&gt;&#xA;&lt;h3 id=&#34;downgrade-checklists&#34;&gt;Downgrade checklists&lt;/h3&gt;&#xA;&lt;p&gt;Highlighted differences between v3.7 and v3.6:&lt;/p&gt;&#xA;&lt;h4 id=&#34;difference-in-flags&#34;&gt;Difference in flags&lt;/h4&gt;&#xA;&lt;p&gt;v3.7 does not introduce any new flags, so a v3.6 process accepts every flag of a v3.7 configuration and no configuration changes are required when downgrading.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Downgrade etcd from 3.5 to 3.4</title>
      <link>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrade_3_5/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrade_3_5/</guid>
      <description>&lt;p&gt;In the general case, downgrading from etcd 3.5 to 3.4 can be a zero-downtime, rolling downgrade:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;one by one, stop the etcd 3.5 processes and replace them with etcd 3.4 processes&lt;/li&gt;&#xA;&lt;li&gt;after starting any 3.4 processes, new features in 3.5 are not longer available to the cluster&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Before &lt;a href=&#34;#downgrade-procedure&#34;&gt;starting a downgrade&lt;/a&gt;, read through the rest of this guide to prepare.&lt;/p&gt;&#xA;&lt;h3 id=&#34;downgrade-checklists&#34;&gt;Downgrade checklists&lt;/h3&gt;&#xA;&lt;p&gt;content/en/docs/v3.5/op-guide/authentication/rbac.md&lt;/p&gt;&#xA;&lt;div class=&#34;alert alert-warning&#34; role=&#34;alert&#34;&gt;&lt;div class=&#34;h4 alert-heading&#34; role=&#34;heading&#34;&gt;Note&lt;/div&gt;&#xA;&lt;p&gt;If your cluster enables auth, rolling downgrade from 3.5 isn&amp;rsquo;t supported because 3.5 &lt;a href=&#34;https://github.com/etcd-io/etcd/pull/11943&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;changes a format of WAL entries related to auth&lt;/a&gt;. You can follow the &lt;a href=&#34;../../op-guide/authentication/rbac/&#34;&gt;authentification instructions&lt;/a&gt; to disable auth, and delete all users first.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Downgrade etcd from v3.6 to v3.5</title>
      <link>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrade_3_6/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://etcd.website.cncfstack.com/docs/v3.8/downgrades/downgrade_3_6/</guid>
      <description>&lt;p&gt;In the general case, downgrading from etcd v3.6 to v3.5 can be a zero-downtime, rolling downgrade:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;one by one, stop the etcd v3.6 processes and replace them with etcd v3.5 processes&lt;/li&gt;&#xA;&lt;li&gt;after enabling the downgrade, new features in v3.6 are no longer available to the cluster&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Before &lt;a href=&#34;#downgrade-procedure&#34;&gt;starting a downgrade&lt;/a&gt;, read through the rest of this guide to prepare.&lt;/p&gt;&#xA;&lt;h3 id=&#34;downgrade-checklists&#34;&gt;Downgrade checklists&lt;/h3&gt;&#xA;&lt;p&gt;Highlighted breaking changes from v3.6 to v3.5:&lt;/p&gt;&#xA;&lt;h4 id=&#34;difference-in-flags&#34;&gt;Difference in flags&lt;/h4&gt;&#xA;&lt;p&gt;If you are using any of the following flags in your v3.6 configurations, make sure to remove, rename, or change the default value when downgrading to v3.5.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
