~thomir-deactivatedaccount/charms/trusty/postgresql/fix-for-lxc

1
2
3
4
5
6
7
8
9
10
11
#------------------------------------------------------------------------------
# This file is managed by Juju
#------------------------------------------------------------------------------
standby_mode = on
recovery_target_timeline = latest
{% if streaming_replication %}
primary_conninfo = 'host={{host}} port={{port}} user=juju_replication password={{password}} requirepeer=postgres'
{% endif %}
{% if restore_command %}
restore_command = '{{restore_command}}'
{% endif %}