Add recipe to set up PostgreSQL replication, rewrite kosmos-postgresql cookbook #163
@ -24,7 +24,7 @@ end
|
||||
|
||||
```ruby
|
||||
postgresql_custom_server "12" do
|
||||
role "primary"
|
||||
role "replica"
|
||||
|
|
||||
tls true
|
||||
end
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user
The replica also needs to have "primary" as role?
Thanks, I've pushed a fix for the typo