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.
 
 

78 lines
3.0 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/uninstalling.md:1
  19. msgid "Uninstalling"
  20. msgstr ""
  21. #: ../../../docs/uninstalling.md:3
  22. msgid "⚠️ **Warnings**:"
  23. msgstr ""
  24. #: ../../../docs/uninstalling.md:4
  25. msgid "If your server federates with others, make sure to **leave any federated rooms before nuking your Matrix server's data**. Otherwise, the next time you set up a Matrix server for this domain (regardless of the installation method you use), you'll encounter trouble federating."
  26. msgstr ""
  27. #: ../../../docs/uninstalling.md:5
  28. msgid "If you have some trouble with your installation, you can just [re-run the playbook](installing.md) and it will try to set things up again. **Uninstalling and then installing anew rarely solves anything**."
  29. msgstr ""
  30. #: ../../../docs/uninstalling.md:9
  31. msgid "Uninstalling using a script"
  32. msgstr ""
  33. #: ../../../docs/uninstalling.md:11
  34. msgid "Installing places a `/matrix/bin/remove-all` script on the server."
  35. msgstr ""
  36. #: ../../../docs/uninstalling.md:13
  37. msgid "You can run it to to have it uninstall things for you automatically (see below). **Use with caution!**"
  38. msgstr ""
  39. #: ../../../docs/uninstalling.md:15
  40. msgid "Uninstalling manually"
  41. msgstr ""
  42. #: ../../../docs/uninstalling.md:17
  43. msgid "If you prefer to uninstall manually, run these commands (most are meant to be executed on the Matrix server itself):"
  44. msgstr ""
  45. #: ../../../docs/uninstalling.md:19
  46. msgid "ensure all Matrix services are stopped: `ansible-playbook -i inventory/hosts setup.yml --tags=stop` (if you can't get Ansible working to run this command, you can run `systemctl stop 'matrix*'` manually on the server)"
  47. msgstr ""
  48. #: ../../../docs/uninstalling.md:21
  49. msgid "delete the Matrix-related systemd `.service` and `.timer` files (`rm -f /etc/systemd/system/matrix*.{service,timer}`) and reload systemd (`systemctl daemon-reload`)"
  50. msgstr ""
  51. #: ../../../docs/uninstalling.md:23
  52. msgid "delete some cached Docker images (`docker system prune -a`) or just delete them all (`docker rmi $(docker images -aq)`)"
  53. msgstr ""
  54. #: ../../../docs/uninstalling.md:25
  55. msgid "delete the Docker networks: `docker network rm matrix matrix-coturn` (might have been deleted already if you ran the `docker system prune` command)"
  56. msgstr ""
  57. #: ../../../docs/uninstalling.md:27
  58. msgid "uninstall Docker itself, if necessary"
  59. msgstr ""
  60. #: ../../../docs/uninstalling.md:29
  61. msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
  62. msgstr ""