Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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