You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.
can probably further simplify db replication puppet:
remove difference between "normal mode" i.e. no replication and "master mode" i.e. listening for connections.
simplify config files, only difference between the slave and master mode is 'hot_standby': value => 'on';. move common stuff as the default config, and slave nodes only put hot_standby on.
probably drop recovery.conf in all stuff and write standby_mode always, primary_conninfo only if slave
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
can probably further simplify db replication puppet:
remove difference between "normal mode" i.e. no replication and "master mode" i.e. listening for connections.
simplify config files, only difference between the slave and master mode is
'hot_standby': value => 'on';
. move common stuff as the default config, and slave nodes only put hot_standby on.probably drop recovery.conf in all stuff and write standby_mode always, primary_conninfo only if slave
The text was updated successfully, but these errors were encountered: