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
Showing only changes of commit 0180da1aa6 - Show all commits

View File

@ -24,7 +24,7 @@ end
```ruby
postgresql_custom_server "12" do
role "primary"
role "replica"

The replica also needs to have "primary" as role?

The replica also needs to have "primary" as role?
Outdated
Review

Thanks, I've pushed a fix for the typo

Thanks, I've pushed a fix for the typo
tls true
end
```