summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-01-10 12:17:22 +0000
committerGitHub <noreply@github.com>2020-01-10 12:17:22 +0000
commit1d16f5ea0e1329b7613336a8c15b245513579bbd (patch)
treea263385a214bed54afb99d803e6d262fa9a40009 /changelog.d
parentMerge branch 'master' of github.com:matrix-org/synapse into develop (diff)
parentupdate install notes for CentOS (diff)
downloadsynapse-1d16f5ea0e1329b7613336a8c15b245513579bbd.tar.xz
Merge pull request #6675 from matrix-org/rav/die_sqlite37_die_die_die
Refuse to start if sqlite is older than 3.11.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6675.removal1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6675.removal b/changelog.d/6675.removal
new file mode 100644
index 0000000000..95df9a2d83
--- /dev/null
+++ b/changelog.d/6675.removal
@@ -0,0 +1 @@
+Synapse no longer supports versions of SQLite before 3.11, and will refuse to start when configured to use an older version. Administrators are recommended to migrate their database to Postgres (see instructions [here](docs/postgres.md)).