Skip to content

Commit

Permalink
Update docs/importing-synapse-media-store.md: code block for ansible-…
Browse files Browse the repository at this point in the history
…playbook

Signed-off-by: Suguru Hirahara <[email protected]>
  • Loading branch information
Suguru Hirahara committed Nov 30, 2024
1 parent ba3d8ae commit 488fd03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/importing-synapse-media-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<server-path-to-media_store>` with a path on your server):

ansible-playbook -i inventory/hosts setup.yml --extra-vars='server_path_media_store=<server-path-to-media_store>' --tags=import-synapse-media-store
```sh
ansible-playbook -i inventory/hosts setup.yml --extra-vars='server_path_media_store=<server-path-to-media_store>' --tags=import-synapse-media-store
```

**Note**: `<server-path-to-media_store>` must be a file path to a `media_store` directory on the server (not on your local machine!).

0 comments on commit 488fd03

Please sign in to comment.