summary refs log tree commit diff
path: root/v1.67/upgrade.html
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2022-09-08 11:00:46 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2022-09-08 11:00:46 +0000
commitb7e0e2c771534d3c518cd02fb63f79bc201727bc (patch)
tree2564cb07173e64db864c3bcdcab15ab64ef69604 /v1.67/upgrade.html
parentdeploy: c46fecd1f29b1d2b8756ab2dc5979c24822bfb93 (diff)
downloadsynapse-b7e0e2c771534d3c518cd02fb63f79bc201727bc.tar.xz
deploy: a7c71686ca6c6b8e2dd3ba005669a4707e56869f
Diffstat (limited to 'v1.67/upgrade.html')
-rw-r--r--v1.67/upgrade.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/v1.67/upgrade.html b/v1.67/upgrade.html
index d52016a9d0..035e30c5b6 100644
--- a/v1.67/upgrade.html
+++ b/v1.67/upgrade.html
@@ -253,6 +253,16 @@ those installing from a source checkout.</p>
 will require a recent Rust compiler. Those using packages or
 <code>pip install matrix-synapse</code> will not be affected.</p>
 <p>The simplest way of installing Rust is via <a href="https://rustup.rs/">rustup.rs</a></p>
+<h2 id="sqlite-version-requirement-in-the-next-release"><a class="header" href="#sqlite-version-requirement-in-the-next-release">SQLite version requirement in the next release</a></h2>
+<p>From the next major release (v1.68.0) Synapse will require SQLite 3.27.0 or 
+higher. Synapse v1.67.0 will be the last major release supporting SQLite
+versions 3.22 to 3.26.</p>
+<p>Those using docker images or Debian packages from Matrix.org will not be
+affected. If you have installed from source, you should check the version of 
+SQLite used by Python with:</p>
+<pre><code class="language-shell">python -c &quot;import sqlite3; print(sqlite3.sqlite_version)&quot;
+</code></pre>
+<p>If this is too old, refer to your distribution for advice on upgrading.</p>
 <h1 id="upgrading-to-v1660"><a class="header" href="#upgrading-to-v1660">Upgrading to v1.66.0</a></h1>
 <h2 id="delegation-of-email-validation-no-longer-supported"><a class="header" href="#delegation-of-email-validation-no-longer-supported">Delegation of email validation no longer supported</a></h2>
 <p>As of this version, Synapse no longer allows the tasks of verifying email address