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.
 
 

154 lines
5.3 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/configuring-playbook-postgres-backup.md:1
  19. msgid "Setting up postgres backup (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-postgres-backup.md:3
  22. msgid "The playbook can install and configure [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local) for you via the [ansible-role-postgres-backup](https://github.com/mother-of-all-self-hosting/ansible-role-postgres-backup) Ansible role."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-postgres-backup.md:5
  25. msgid "For a more complete backup solution (one that includes not only Postgres, but also other configuration/data files), you may wish to look into [BorgBackup](configuring-playbook-backup-borg.md) instead."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-postgres-backup.md:7
  28. msgid "Adjusting the playbook configuration"
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-postgres-backup.md:9
  31. msgid "To enable Postgres backup, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-postgres-backup.md:15
  34. msgid "Refer to the table below for additional configuration variables and their default values."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  37. msgid "Name"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  40. msgid "Default value"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  43. msgid "Description"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  46. msgid "`postgres_backup_enabled`"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  49. msgid "`false`"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  52. msgid "Set to true to use [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local) to create automatic database backups"
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  55. msgid "`postgres_backup_schedule`"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  58. msgid "`'@daily'`"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  61. msgid "Cron-schedule specifying the interval between postgres backups."
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  64. msgid "`postgres_backup_keep_days`"
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  67. msgid "`7`"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  70. msgid "Number of daily backups to keep"
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  73. msgid "`postgres_backup_keep_weeks`"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  76. msgid "`4`"
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  79. msgid "Number of weekly backups to keep"
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  82. msgid "`postgres_backup_keep_months`"
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  85. msgid "`12`"
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  88. msgid "Number of monthly backups to keep"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  91. msgid "`postgres_backup_base_path`"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  94. msgid "`\"{{ matrix_base_data_path }}/postgres-backup\"`"
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  97. msgid "Base path for postgres-backup. Also see `postgres_backup_data_path`"
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  100. msgid "`postgres_backup_data_path`"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  103. msgid "`\"{{ postgres_backup_base_path }}/data\"`"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-postgres-backup.md:0
  106. msgid "Storage path for postgres-backup database backups"
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-postgres-backup.md:27
  109. msgid "Installing"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-postgres-backup.md:29
  112. msgid "After configuring the playbook, run it with [playbook tags](playbook-tags.md) as below:"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-postgres-backup.md:36
  115. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-postgres-backup.md:38
  118. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  119. msgstr ""