diff --git a/docs/importing-synapse-media-store.md b/docs/importing-synapse-media-store.md index 01180edab70..4b6c1d336e8 100644 --- a/docs/importing-synapse-media-store.md +++ b/docs/importing-synapse-media-store.md @@ -18,6 +18,8 @@ As an alternative, you can perform a manual restore using the [AWS CLI tool](htt Run this command (make sure to replace `` with a path on your server): - ansible-playbook -i inventory/hosts setup.yml --extra-vars='server_path_media_store=' --tags=import-synapse-media-store +```sh +ansible-playbook -i inventory/hosts setup.yml --extra-vars='server_path_media_store=' --tags=import-synapse-media-store +``` **Note**: `` must be a file path to a `media_store` directory on the server (not on your local machine!).