Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

58 lines
2.6 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/importing-synapse-media-store.md:1
  19. msgid "Importing `media_store` data files from an existing Synapse installation (optional)"
  20. msgstr ""
  21. #: ../../../docs/importing-synapse-media-store.md:3
  22. msgid "Run this if you'd like to import your `media_store` files from a previous installation of Synapse."
  23. msgstr ""
  24. #: ../../../docs/importing-synapse-media-store.md:5
  25. msgid "Prerequisites"
  26. msgstr ""
  27. #: ../../../docs/importing-synapse-media-store.md:7
  28. msgid "Before doing the actual data restore, **you need to upload your media store directory to the server** (any path is okay)."
  29. msgstr ""
  30. #: ../../../docs/importing-synapse-media-store.md:9
  31. msgid "If you are [storing Matrix media files on Amazon S3](configuring-playbook-s3.md) (optional), restoring with this tool is not possible right now."
  32. msgstr ""
  33. #: ../../../docs/importing-synapse-media-store.md:11
  34. msgid "As an alternative, you can perform a manual restore using the [AWS CLI tool](https://aws.amazon.com/cli/) (e.g. `aws s3 sync /path/to/server/media_store/. s3://name-of-bucket/`)"
  35. msgstr ""
  36. #: ../../../docs/importing-synapse-media-store.md:13
  37. msgid "**Note for Mac users**: Due to case-sensitivity issues on certain Mac filesystems (HFS or HFS+), filename corruption may occur if you copy a `media_store` directory to your Mac. If you're transferring a `media_store` directory between 2 servers, make sure you do it directly (from server to server with a tool such as [rsync](https://rsync.samba.org/)), and not by downloading the files to your Mac."
  38. msgstr ""
  39. #: ../../../docs/importing-synapse-media-store.md:15
  40. msgid "Importing"
  41. msgstr ""
  42. #: ../../../docs/importing-synapse-media-store.md:17
  43. msgid "Run this command (make sure to replace `<server-path-to-media_store>` with a path on your server):"
  44. msgstr ""
  45. #: ../../../docs/importing-synapse-media-store.md:23
  46. msgid "**Note**: `<server-path-to-media_store>` must be a file path to a `media_store` directory on the server (not on your local machine!)."
  47. msgstr ""