File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
hugo/content/getting-started Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1412,6 +1412,10 @@ You can also add pgbouncer after a cluster has been created:
14121412pgo create pgbouncer mycluster
14131413....
14141414
1415+ NOTE: currently you are required to have a replica in your PG
1416+ cluster for the pgbouncer sidecar to effectively work, a replica
1417+ is currently not automatically created when you create a PG cluster.
1418+
14151419== pgpool Basics
14161420
14171421Adding a pgpool deployment into your PG cluster follows
@@ -1467,6 +1471,10 @@ Create a pgpool:
14671471pgo create pgpool mycluster
14681472....
14691473
1474+ NOTE: currently you are required to have a replica in your PG
1475+ cluster for the pgpool sidecar to effectively work, a replica
1476+ is currently not automatically created when you create a PG cluster.
1477+
14701478=== Delete pgpool
14711479
14721480The `delete pgpool` command will by delete the pgpool deployment that
You can’t perform that action at this time.
0 commit comments