Commit 5726cfca authored by Ignacio's avatar Ignacio
Browse files

Añade ratio de compresión

parent 9152f658
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ ENV POSTGRES_PORT="5432" \
	POSTGRES_DUMP_PATH="/tmp/backup" \
	AWS_DEFAULT_REGION="eu-west-1" \
	PUSHGATEWAY_HOST="pushgateway:9091" \
	AWS_OUTPUT="json"
	AWS_OUTPUT="json" \
	GZIP="-9"

COPY scripts /

+2 −1
Original line number Diff line number Diff line
@@ -18,3 +18,4 @@ PushGateWay.
| AWS_DEFAULT_REGION    	| Region AWS                    	| eu-west-1         	|
| PUSHGATEWAY_HOST      	| PushGateWay hostname          	| pushgateway:9091  	|
| PUSHGATEWAY_JOB       	| PushGateWay job name          	| POSTGRES_HOSTNAME 	|
| GZIP                      ! Compression ratio                 | -9                    |
 No newline at end of file