Research: Initializing a database replication from some particular starting point
In some cases, we don't need to start replication process from scratch but this is what gitlab-ctl replicate-geo-database will propose us if data directory is found.
Replication protocol https://www.postgresql.org/docs/9.6/static/protocol-replication.html
Edited by Valery Sizov