From a1609ce6e42f3fdfe012a2d2bb62a80e70dfa7d3 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 12 Nov 2018 19:11:47 -0600 Subject: [PATCH] Link to the restoring media store guide It isn't below anymore --- docs/importing-sqlite.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/importing-sqlite.md b/docs/importing-sqlite.md index 1ae66623..f7aa4c01 100644 --- a/docs/importing-sqlite.md +++ b/docs/importing-sqlite.md @@ -1,7 +1,7 @@ # Importing an existing SQLite database from another installation (optional) Run this if you'd like to import your database from a previous default installation of Matrix Synapse. -(don't forget to import your `media_store` files as well - see below). +(don't forget to import your `media_store` files as well - see [the restoring media store guide](restoring-media-store.md)). While this playbook always sets up PostgreSQL, by default a Matrix Synapse installation would run using an SQLite database. @@ -12,4 +12,4 @@ Run this command (make sure to replace `` with a fi ansible-playbook -i inventory/hosts setup.yml --extra-vars='local_path_homeserver_db=' --tags=import-sqlite-db -**Note**: `` must be a file path to a `homeserver.db` file on your local machine (not on the server!). This file is copied to the server and imported. \ No newline at end of file +**Note**: `` must be a file path to a `homeserver.db` file on your local machine (not on the server!). This file is copied to the server and imported.