summary refs log tree commit diff
path: root/changelog.d/15306.bugfix
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d/15306.bugfix')
-rw-r--r--changelog.d/15306.bugfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/15306.bugfix b/changelog.d/15306.bugfix
new file mode 100644
index 0000000000..f5eb716f12
--- /dev/null
+++ b/changelog.d/15306.bugfix
@@ -0,0 +1,2 @@
+Add a check to [SQLite port_db script](https://matrix-org.github.io/synapse/latest/postgres.html#porting-from-sqlite)
+to ensure that the sqlite database passed to the script exists before trying to port from it.