mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Fix Continuwuity migration tag (conduwuit-migrate-from-continuwuity -> continuwuity-migrate-from-conduwuit)
				
					
				
			This commit is contained in:
		@@ -110,7 +110,7 @@ Since Continuwuity is a drop-in replacement for [conduwuit](configuring-playbook
 | 
			
		||||
 | 
			
		||||
3. Run the installation in a way that installs new services and uninstalls old ones (e.g. `just setup-all`)
 | 
			
		||||
 | 
			
		||||
4. Run the playbook with the `conduwuit-migrate-from-continuwuity` tag (e.g. `just run-tags conduwuit-migrate-from-continuwuity`). This migrates data from `/matrix/conduwuit` to `/matrix/continuwuity`
 | 
			
		||||
4. Run the playbook with the `continuwuity-migrate-from-conduwuit` tag (e.g. `just run-tags continuwuity-migrate-from-conduwuit`). This migrates data from `/matrix/conduwuit` to `/matrix/continuwuity`
 | 
			
		||||
 | 
			
		||||
## Troubleshooting
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -34,7 +34,7 @@
 | 
			
		||||
      ansible.builtin.include_tasks: "{{ role_path }}/tasks/self_check_federation_api.yml"
 | 
			
		||||
 | 
			
		||||
- tags:
 | 
			
		||||
    - conduwuit-migrate-from-continuwuity
 | 
			
		||||
    - continuwuity-migrate-from-conduwuit
 | 
			
		||||
  block:
 | 
			
		||||
    - when: matrix_continuwuity_enabled | bool
 | 
			
		||||
      ansible.builtin.include_tasks: "{{ role_path }}/tasks/migrate_from_conduwuit.yml"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user