From d28fd16a37f8cadad37691bc7414f4ae99fdd453 Mon Sep 17 00:00:00 2001
From: Robert Speicher <rspeicher@gmail.com>
Date: Tue, 11 Apr 2017 16:03:34 -0400
Subject: [PATCH] Expand the Prerequisites section of the replication howto

[ci skip]
---
 doc/howto/postgresql_replication.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/howto/postgresql_replication.md b/doc/howto/postgresql_replication.md
index 803af1c..4dae841 100644
--- a/doc/howto/postgresql_replication.md
+++ b/doc/howto/postgresql_replication.md
@@ -3,7 +3,8 @@
 ## Prerequisites
 
 This guide assumes you've already set up one GDK instance with GitLab EE to act
-as the **primary** Geo node in a `gdk-ee` folder. If not, follow the [Set up GDK
+as the **primary** Geo node in a `gdk-ee` folder, and another instance to act as
+the **secondary** Geo node in a `gdk-geo` folder. If not, follow the [Set up GDK
 guide](../set-up-gdk.md#gitlab-enterprise-edition) before continuing!
 
 ## Configuring replication
-- 
GitLab