summaryrefslogtreecommitdiff
path: root/scripts/conf/postgresql.conf
diff options
context:
space:
mode:
authorAlex Tomic <atomic@tesora.com>2016-02-25 15:17:07 -0500
committerAlex Tomic <atomic@tesora.com>2016-03-04 14:51:23 -0500
commitbfccda12ed9eec45ab311711a75632c696ee59d0 (patch)
tree29167d931276fc2b9b8645d4f1f727f7601df806 /scripts/conf/postgresql.conf
parentfd2442a7f227931f7100765d37c7da95b6fa5abe (diff)
downloadtrove-integration-bfccda12ed9eec45ab311711a75632c696ee59d0.tar.gz
Elements for PostgreSQL 9.4 and pg_rewind
Failover for postgresql requires pg_rewind, which needs to be compiled for 9.4 Change-Id: I226955dd8af1107b63685bf71e37859eb924d487 Partially-implements: bp/pgsql-replication
Diffstat (limited to 'scripts/conf/postgresql.conf')
-rw-r--r--scripts/conf/postgresql.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/conf/postgresql.conf b/scripts/conf/postgresql.conf
index a47f0eb..9972a2e 100644
--- a/scripts/conf/postgresql.conf
+++ b/scripts/conf/postgresql.conf
@@ -3,4 +3,4 @@
"instance_eph_flavor_name": "test.eph.medium",
"instance_bigger_eph_flavor_name": "test.eph.medium.resize",
"trove_volume_support": true,
- "trove_volume_size": "1",
+ "trove_volume_size": 1,