Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 

183 righe
6.1 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/maintenance-upgrading-services.md:1
  20. msgid "Upgrading the Matrix services"
  21. msgstr ""
  22. #: ../../../docs/maintenance-upgrading-services.md:3
  23. msgid ""
  24. "This playbook not only installs the various Matrix services for you, but "
  25. "can also upgrade them as new versions are made available."
  26. msgstr ""
  27. #: ../../../docs/maintenance-upgrading-services.md:5
  28. msgid ""
  29. "While this playbook helps you to set up Matrix services and maintain "
  30. "them, it will **not** automatically run the maintenance task for you. You"
  31. " will need to update the playbook and re-run it **manually**."
  32. msgstr ""
  33. #: ../../../docs/maintenance-upgrading-services.md:7
  34. msgid ""
  35. "The upstream projects, which this playbook makes use of, occasionally if "
  36. "not often suffer from security vulnerabilities (for example, see "
  37. "[here](https://github.com/element-hq/element-web/security) for known ones"
  38. " on Element Web)."
  39. msgstr ""
  40. #: ../../../docs/maintenance-upgrading-services.md:9
  41. msgid ""
  42. "Since it is unsafe to keep outdated services running on the server "
  43. "connected to the internet, please consider to update the playbook and re-"
  44. "run it periodically, in order to keep the services up-to-date."
  45. msgstr ""
  46. #: ../../../docs/maintenance-upgrading-services.md:11
  47. msgid ""
  48. "The developers of this playbook strive to maintain the playbook updated, "
  49. "so that you can re-run the playbook to address such vulnerabilities. It "
  50. "is **your responsibility** to keep your server and the services on it up-"
  51. "to-date."
  52. msgstr ""
  53. #: ../../../docs/maintenance-upgrading-services.md:13
  54. msgid ""
  55. "If you want to be notified when new versions of Synapse are released, you"
  56. " should join the Synapse Homeowners room: "
  57. "[#homeowners:matrix.org](https://matrix.to/#/#homeowners:matrix.org)."
  58. msgstr ""
  59. #: ../../../docs/maintenance-upgrading-services.md:15
  60. msgid "Steps to upgrade the Matrix services"
  61. msgstr ""
  62. #: ../../../docs/maintenance-upgrading-services.md:17
  63. msgid "Check the changelog"
  64. msgstr ""
  65. #: ../../../docs/maintenance-upgrading-services.md:19
  66. msgid ""
  67. "Before updating the playbook and the Ansible roles in the playbook, take "
  68. "a look at [the changelog](../CHANGELOG.md) to see if there have been any "
  69. "backward-incompatible changes that you need to take care of."
  70. msgstr ""
  71. #: ../../../docs/maintenance-upgrading-services.md:21
  72. msgid "Update the playbook and the Ansible roles"
  73. msgstr ""
  74. #: ../../../docs/maintenance-upgrading-services.md:23
  75. msgid ""
  76. "If it looks good to you, go to the `matrix-docker-ansible-deploy` "
  77. "directory, update your playbook directory and all upstream Ansible roles "
  78. "(defined in the `requirements.yml` file) by running:"
  79. msgstr ""
  80. #: ../../../docs/maintenance-upgrading-services.md:25
  81. msgid "either: `just update`"
  82. msgstr ""
  83. #: ../../../docs/maintenance-upgrading-services.md:26
  84. msgid ""
  85. "or: a combination of `git pull` and `just roles` (or `make roles` if you "
  86. "have `make` program on your computer instead of `just`)"
  87. msgstr ""
  88. #: ../../../docs/maintenance-upgrading-services.md:28
  89. msgid ""
  90. "If you don't have either `just` tool or `make` program, you can run the "
  91. "`ansible-galaxy` tool directly: `rm -rf roles/galaxy; ansible-galaxy "
  92. "install -r requirements.yml -p roles/galaxy/ --force`"
  93. msgstr ""
  94. #: ../../../docs/maintenance-upgrading-services.md:30
  95. msgid ""
  96. "**Note**: for details about `just` commands, take a look at: [Running "
  97. "`just` commands](just.md)."
  98. msgstr ""
  99. #: ../../../docs/maintenance-upgrading-services.md:32
  100. msgid "Re-run the playbook setup"
  101. msgstr ""
  102. #: ../../../docs/maintenance-upgrading-services.md:34
  103. msgid ""
  104. "After updating the Ansible roles, then re-run the [playbook "
  105. "setup](installing.md#maintaining-your-setup-in-the-future) and restart "
  106. "all services:"
  107. msgstr ""
  108. #: ../../../docs/maintenance-upgrading-services.md:40
  109. msgid ""
  110. "If you remove components from `vars.yml`, or if we switch some component "
  111. "from being installed by default to not being installed by default "
  112. "anymore, you'd need to run the setup command with the `setup-all` tag as "
  113. "below:"
  114. msgstr ""
  115. #: ../../../docs/maintenance-upgrading-services.md:46
  116. msgid "**Notes**:"
  117. msgstr ""
  118. #: ../../../docs/maintenance-upgrading-services.md:48
  119. msgid ""
  120. "The `ensure-matrix-users-created` playbook tag makes the playbook "
  121. "automatically create the bot's user account, if any."
  122. msgstr ""
  123. #: ../../../docs/maintenance-upgrading-services.md:50
  124. msgid ""
  125. "Our estimation is that running `--tags=install-all,start` is "
  126. "approximately from **2 to 5 times faster** than running `setup-all"
  127. ",ensure-matrix-users-created,start`. See [this entry](../CHANGELOG.md#2x-"
  128. "5x-performance-improvements-in-playbook-runtime) on `CHANGELOG.md` for "
  129. "more information."
  130. msgstr ""
  131. #: ../../../docs/maintenance-upgrading-services.md:52
  132. msgid ""
  133. "The shortcut commands with the [`just` program](just.md) are also "
  134. "available: `just install-all` or `just setup-all`. Note these shortcuts "
  135. "run the `ensure-matrix-users-created` tag too."
  136. msgstr ""
  137. #: ../../../docs/maintenance-upgrading-services.md:54
  138. msgid ""
  139. "See [this page on the playbook tags](playbook-tags.md) for more "
  140. "information about those tags."
  141. msgstr ""
  142. #: ../../../docs/maintenance-upgrading-services.md:56
  143. msgid "PostgreSQL major version upgrade"
  144. msgstr ""
  145. #: ../../../docs/maintenance-upgrading-services.md:58
  146. msgid ""
  147. "Major version upgrades to the internal PostgreSQL database are not done "
  148. "automatically. Upgrades must be performed manually."
  149. msgstr ""
  150. #: ../../../docs/maintenance-upgrading-services.md:60
  151. msgid ""
  152. "For details about upgrading it, refer to the [upgrading PostgreSQL guide"
  153. "](maintenance-postgres.md#upgrading-postgresql)."
  154. msgstr ""