summaryrefslogtreecommitdiff
path: root/trove/templates
diff options
context:
space:
mode:
authorAlex Tomic <atomic@tesora.com>2015-09-17 10:35:08 -0400
committerAmrith Kumar <amrith@tesora.com>2016-09-10 16:02:55 -0400
commit4c1c191def915cc96dc9b61f6783c5ce6ec08e4b (patch)
treee8815575db7c155a158d822d816e9133510ea4ab /trove/templates
parent7d8d743d8e168f64fa893c975d7301507d4985d8 (diff)
downloadtrove-4c1c191def915cc96dc9b61f6783c5ce6ec08e4b.tar.gz
Postgresql Streaming Replication
Support for standard WAL based streaming replication for postgresql guests. Sets up read-only hot standby servers. Basic replication is supported for 9.3, but promote requires pg_rewind which is only supported for 9.4 and greater. Promote currently only works with single master-replica configurations (see TODO and associated bug 1553339 for details) Test changes: - moved the replication promote tests to a separate group - skipped known issues with bug reference Change-Id: I519fa58d786edddb09bf14ce7629e1be51b62600 Implements: bp/pgsql-replication
Diffstat (limited to 'trove/templates')
-rw-r--r--trove/templates/postgresql/replica.config.template1
-rw-r--r--trove/templates/postgresql/replica_source.config.template1
2 files changed, 2 insertions, 0 deletions
diff --git a/trove/templates/postgresql/replica.config.template b/trove/templates/postgresql/replica.config.template
new file mode 100644
index 00000000..8fc2c5fa
--- /dev/null
+++ b/trove/templates/postgresql/replica.config.template
@@ -0,0 +1 @@
+# Currently unused
diff --git a/trove/templates/postgresql/replica_source.config.template b/trove/templates/postgresql/replica_source.config.template
new file mode 100644
index 00000000..8fc2c5fa
--- /dev/null
+++ b/trove/templates/postgresql/replica_source.config.template
@@ -0,0 +1 @@
+# Currently unused