mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			78 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			3.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # SOME DESCRIPTIVE TITLE.
 | |
| # Copyright (C) 2018-2025, 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: 2025-01-27 09:54+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:4
 | |
| 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:5
 | |
| 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:9
 | |
| msgid "Uninstalling using a script"
 | |
| msgstr ""
 | |
| 
 | |
| #: ../../../docs/uninstalling.md:11
 | |
| msgid "Installing places a `/matrix/bin/remove-all` script on the server."
 | |
| msgstr ""
 | |
| 
 | |
| #: ../../../docs/uninstalling.md:13
 | |
| msgid "You can run it to to have it uninstall things for you automatically (see below). **Use with caution!**"
 | |
| msgstr ""
 | |
| 
 | |
| #: ../../../docs/uninstalling.md:15
 | |
| msgid "Uninstalling manually"
 | |
| msgstr ""
 | |
| 
 | |
| #: ../../../docs/uninstalling.md:17
 | |
| 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:19
 | |
| 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:21
 | |
| 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:23
 | |
| msgid "delete some cached Docker images (`docker system prune -a`) or just delete them all (`docker rmi $(docker images -aq)`)"
 | |
| msgstr ""
 | |
| 
 | |
| #: ../../../docs/uninstalling.md:25
 | |
| 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:27
 | |
| msgid "uninstall Docker itself, if necessary"
 | |
| msgstr ""
 | |
| 
 | |
| #: ../../../docs/uninstalling.md:29
 | |
| msgid "delete the `/matrix` directory (`rm -rf /matrix`)"
 | |
| msgstr ""
 |