From 952dc53a5758c903e176d4366a633ec6e58577c3 Mon Sep 17 00:00:00 2001
From: Half-Shot <will@half-shot.uk>
Date: Fri, 23 Aug 2019 10:30:49 +0100
Subject: [PATCH] Add migrations help

---
 docs/bridge-migrations.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 docs/bridge-migrations.md

diff --git a/docs/bridge-migrations.md b/docs/bridge-migrations.md
new file mode 100644
index 0000000..904498d
--- /dev/null
+++ b/docs/bridge-migrations.md
@@ -0,0 +1,11 @@
+# 1.0 Migration (from 0.5.1 or lower)
+
+If you have been linked here, there is an issue with your config on your bridge.
+
+Please follow the following steps:
+
+1. If you have just created a new install OR were previously running 0.5.X,
+   please remove `roomDataStore` and `userDataStore` from your config file.
+2. If this is a existing install but you have not run 0.5.X (0.4.X or lower),
+   please downgrade to 0.5.X to migrate your database across and then run
+   this version of the bridge again.
-- 
GitLab