Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

109 lines
3.5 KiB

  1. # Translations template for PROJECT.
  2. # Copyright (C) 2024 ORGANIZATION
  3. # This file is distributed under the same license as the PROJECT project.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PROJECT VERSION\n"
  10. "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
  11. "POT-Creation-Date: 2024-12-16 12:05+0900\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. "Generated-By: Babel 2.16.0\n"
  19. #: ../../../docs/importing-synapse-sqlite.md:1
  20. msgid ""
  21. "Importing an existing SQLite database from another Synapse installation "
  22. "(optional)"
  23. msgstr ""
  24. #: ../../../docs/importing-synapse-sqlite.md:3
  25. msgid ""
  26. "Run this if you'd like to import your database from a previous default "
  27. "installation of Synapse (don't forget to import your `media_store` files "
  28. "as well - see [the importing-synapse-media-store guide](importing-"
  29. "synapse-media-store.md))."
  30. msgstr ""
  31. #: ../../../docs/importing-synapse-sqlite.md:5
  32. msgid ""
  33. "While this playbook only supports running Synapse in combination with "
  34. "PostgreSQL, a Synapse instance installed manually usually defaults to "
  35. "using an SQLite database."
  36. msgstr ""
  37. #: ../../../docs/importing-synapse-sqlite.md:7
  38. msgid ""
  39. "If you have such a Synapse setup and wish to migrate it to one managed by"
  40. " the playbook (and over to PostgreSQL), this documentation page is for "
  41. "you."
  42. msgstr ""
  43. #: ../../../docs/importing-synapse-sqlite.md:9
  44. msgid "Prerequisites"
  45. msgstr ""
  46. #: ../../../docs/importing-synapse-sqlite.md:11
  47. msgid "Before doing the actual import:"
  48. msgstr ""
  49. #: ../../../docs/importing-synapse-sqlite.md:13
  50. msgid ""
  51. "**ensure you have NOT started Synapse yet**. That is, make sure you have "
  52. "followed the [Installing step](installing.md), but haven't run the "
  53. "playbook's `start` tag yet. If you had started your new Synapse instance,"
  54. " it may have already initialized your Postgres database and importing "
  55. "onto it may not work. In such cases, you may need to clean up the "
  56. "`synapse` database first."
  57. msgstr ""
  58. #: ../../../docs/importing-synapse-sqlite.md:14
  59. msgid ""
  60. "**ensure you have uploaded your SQLite database file to the server** (any"
  61. " path is okay)"
  62. msgstr ""
  63. #: ../../../docs/importing-synapse-sqlite.md:15
  64. msgid ""
  65. "if you're using the integrated Postgres server (**by default, you are** "
  66. "using it, unless you've explicitly switched to [Using an external "
  67. "PostgreSQL server](configuring-playbook-external-postgres.md)), **make "
  68. "sure Postgres is started** by running `just start-group postgres`"
  69. msgstr ""
  70. #: ../../../docs/importing-synapse-sqlite.md:17
  71. msgid "Importing"
  72. msgstr ""
  73. #: ../../../docs/importing-synapse-sqlite.md:19
  74. msgid ""
  75. "Run this command (make sure to replace `<server-path-to-homeserver.db>` "
  76. "with a file path on your server):"
  77. msgstr ""
  78. #: ../../../docs/importing-synapse-sqlite.md:25
  79. msgid "**Notes**:"
  80. msgstr ""
  81. #: ../../../docs/importing-synapse-sqlite.md:27
  82. msgid ""
  83. "`<server-path-to-homeserver.db>` must be replaced with a file path to a "
  84. "`homeserver.db` **file on the server** (not on your local machine!)."
  85. msgstr ""
  86. #: ../../../docs/importing-synapse-sqlite.md:28
  87. msgid ""
  88. "if the SQLite database is from an older version of Synapse, the "
  89. "**importing procedure may run migrations on it to bring it up to date**. "
  90. "That is, your SQLite database file may get modified and become unusable "
  91. "with your older Synapse version. Keeping a copy of the original is "
  92. "probably wise."
  93. msgstr ""