diff options
author | Shay <hillerys@element.io> | 2023-03-22 08:36:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-22 08:36:42 -0700 |
commit | 7f02fafa28b112fe9d136dc3fcb8799f5958fb95 (patch) | |
tree | 7f19f8bafc7459b4259dadd5653b67fd52ed3df2 /changelog.d/15306.bugfix | |
parent | Bump dtolnay/rust-toolchain from e12eda571dc9a5ee5d58eecf4738ec291c66f295 to ... (diff) | |
download | synapse-7f02fafa28b112fe9d136dc3fcb8799f5958fb95.tar.xz |
Add a check to SQLite port DB script to ensure that the sqlite database passed to the script exists before trying to port from it (#15306)
Diffstat (limited to 'changelog.d/15306.bugfix')
-rw-r--r-- | changelog.d/15306.bugfix | 2 |
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. |