mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 15:27:56 +01:00 
			
		
		
		
	Rename some remaining matrix_*_postgres_* vars back to matrix_*_database_*
				
					
				
			Looks like there are some that I missed in 087dbe4ddc
			
			
This commit is contained in:
		| @@ -23,7 +23,7 @@ | ||||
|         To continue using SQLite, opt into it explicitly: add `matrix_mautrix_whatsapp_database_engine: sqlite` to your vars.yml file and re-run this same command. | ||||
|         Alternatively, to migrate your existing SQLite database to Postgres: | ||||
|         1. Stop all services (`ansible-playbook -i inventory/hosts setup.yml --tags=stop`) | ||||
|         2. Import the SQLite database into Postgres (`ansible-playbook -v -i inventory/hosts setup.yml --tags=import-generic-sqlite-db --extra-vars='sqlite_database_path={{ matrix_mautrix_whatsapp_sqlite_database_path_local }} postgres_connection_string_variable_name=matrix_mautrix_whatsapp_postgres_connection_string'`) | ||||
|         2. Import the SQLite database into Postgres (`ansible-playbook -v -i inventory/hosts setup.yml --tags=import-generic-sqlite-db --extra-vars='sqlite_database_path={{ matrix_mautrix_whatsapp_sqlite_database_path_local }} postgres_connection_string_variable_name=matrix_mautrix_whatsapp_database_connection_string'`) | ||||
|         3. Re-run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`) | ||||
|     when: "matrix_mautrix_whatsapp_sqlite_database_path_local_stat_result.stat.exists" | ||||
|   when: "matrix_mautrix_whatsapp_database_engine == 'postgres'" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user