Add recipe to set up PostgreSQL replication, rewrite kosmos-postgresql cookbook #163

Manually merged
raucao merged 17 commits from feature/160-postgres_replication into master 2020-05-14 13:10:37 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit 51b23c2f47 - Show all commits

View File

@ -0,0 +1,5 @@
name "postgresql_primary"
run_list %w(
kosmos-postgresql::default
)

View File

@ -0,0 +1,5 @@
name "postgresql_replica"
run_list %w(
kosmos-postgresql::replica
)