mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 20:45:48 +00:00
d4f8d0918a
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3841 Most of the preparation for this was done by Suguru Hirahara (https://github.com/luixxiul). I've merely reorganized/polished the scripts and instructions in the `i18n/` directory. While translations can happen even now, more work is necessary to - make the translation flow better (integrating Weblate), etc. - restore the Github Actions workflows that Suguru Hirahara had already developed to adapt them to our new workflow
78 lines
3.0 KiB
Plaintext
78 lines
3.0 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community members
|
|
# This file is distributed under the same license as the matrix-docker-ansible-deploy package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: matrix-docker-ansible-deploy \n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2024-12-20 07:23+0200\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: ../../../docs/uninstalling.md:1
|
|
msgid "Uninstalling"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:3
|
|
msgid "**Warnings**:"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:5
|
|
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."
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:7
|
|
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**."
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:11
|
|
msgid "Uninstalling using a script"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:13
|
|
msgid "Installing places a `/matrix/bin/remove-all` script on the server."
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:15
|
|
msgid "You can run it to to have it uninstall things for you automatically (see below). **Use with caution!**"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:17
|
|
msgid "Uninstalling manually"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:19
|
|
msgid "If you prefer to uninstall manually, run these commands (most are meant to be executed on the Matrix server itself):"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:21
|
|
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)"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:23
|
|
msgid "delete the Matrix-related systemd `.service` and `.timer` files (`rm -f /etc/systemd/system/matrix*.{service,timer}`) and reload systemd (`systemctl daemon-reload`)"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:25
|
|
msgid "delete some cached Docker images (`docker system prune -a`) or just delete them all (`docker rmi $(docker images -aq)`)"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:27
|
|
msgid "delete the Docker networks: `docker network rm matrix matrix-coturn` (might have been deleted already if you ran the `docker system prune` command)"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:29
|
|
msgid "uninstall Docker itself, if necessary"
|
|
msgstr ""
|
|
|
|
#: ../../../docs/uninstalling.md:31
|
|
msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
|
|
msgstr ""
|