From d672bc31baa74ff6070cab6c779ca4f40762ab34 Mon Sep 17 00:00:00 2001 From: clokep Date: Tue, 28 Nov 2023 16:02:51 +0000 Subject: deploy: 77882b6a7d1ad1ab76b0ff878b3daed894bdb26e --- develop/upgrade.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'develop/upgrade.html') diff --git a/develop/upgrade.html b/develop/upgrade.html index e6dc764a00..43143ebc5b 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -231,6 +231,29 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

Generally Synapse database schemas are compatible across multiple versions, once +a version of Synapse is deployed you may not be able to rollback automatically. +The following table gives the version ranges and the earliest version they can +be rolled back to. E.g. Synapse versions v1.58.0 through v1.61.1 can be rolled +back safely to v1.57.0, but starting with v1.62.0 it is only safe to rollback to +v1.61.0.

+ + + + + + + + + + + + + + + + +
VersionsCompatible version
v1.0.0 – v1.2.1v1.0.0
v1.3.0 – v1.8.0v1.3.0
v1.9.0 – v1.12.4v1.9.0
v1.13.0 – v1.25.0v1.13.0
v1.26.0 – v1.44.0v1.26.0
v1.45.0 – v1.47.1v1.38.0
v1.48.0 – v1.51.0v1.39.0
v1.52.0 – v1.57.1v1.49.0
v1.58.0 – v1.61.1v1.57.0
v1.62.0 – v1.63.1v1.61.0
v1.64.0 – v1.69.0v1.62.0
v1.70.0 – v1.82.0v1.68.0
v1.83.0 – v1.84.1v1.77.0
v1.85.0 – v1.91.2v1.83.0
v1.92.0 – v1.97.0v1.90.0

Upgrading to v1.93.0

Minimum supported Rust version

The minimum supported Rust version has been increased from v1.60.0 to v1.61.0. -- cgit 1.5.1