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.
 
 

112 rivejä
3.6 KiB

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