mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Merge pull request #352 from aaronraimist/patch-4
Use Postgres 12.1 when creating a backup
This commit is contained in:
		| @@ -42,7 +42,7 @@ docker run \ | ||||
| --rm \ | ||||
| --network=matrix \ | ||||
| --env-file=/matrix/postgres/env-postgres-psql \ | ||||
| postgres:12.0-alpine \ | ||||
| postgres:12.1-alpine \ | ||||
| pg_dumpall -h matrix-postgres \ | ||||
| | gzip -c \ | ||||
| > /postgres.sql.gz | ||||
|   | ||||
		Reference in New Issue
	
	Block a user