feat: railway postgres pgbouncer — connection pooling management - #1054
Merged
Conversation
8 tasks
paulocsanz
force-pushed
the
pcs/pg-mgmt-07-ha
branch
from
August 7, 2026 21:01
7eee206 to
a5258f2
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-08-pgbouncer
branch
from
August 7, 2026 21:01
2ad211c to
9b5ca2d
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-07-ha
branch
from
August 7, 2026 21:08
a5258f2 to
0636922
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-08-pgbouncer
branch
from
August 7, 2026 21:08
9b5ca2d to
a2fc428
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-07-ha
branch
from
August 7, 2026 21:18
0636922 to
4c83ad9
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-08-pgbouncer
branch
from
August 7, 2026 21:18
a2fc428 to
3c69a48
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-07-ha
branch
from
August 7, 2026 21:39
4c83ad9 to
b099d28
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-08-pgbouncer
branch
from
August 7, 2026 21:39
3c69a48 to
f2937f8
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-07-ha
branch
from
August 7, 2026 22:46
b099d28 to
53697a6
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-08-pgbouncer
branch
2 times, most recently
from
August 8, 2026 00:20
f0458f0 to
2be2cff
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-07-ha
branch
2 times, most recently
from
August 8, 2026 00:34
94ba126 to
db346b3
Compare
paulocsanz
force-pushed
the
pcs/pg-mgmt-08-pgbouncer
branch
from
August 8, 2026 00:34
2be2cff to
cea8c6b
Compare
CLI parity for PgBouncer: status (config knobs + replica count summed from deploy.multiRegionConfig -- production doesn't write the legacy flat field -- plus live SHOW POOLS/STATS/SERVERS utilization over SSH with the frontend's warning thresholds), add with a chosen pool mode stamped into the template's edge service, configure (advisory misconfiguration warnings ported from the dashboard; never blocking), scale by region replica count, and remove. Selectors pointed at the PgBouncer edge resolve back to the database root. Part 8/8 of the railway postgres pitr/ha/pgbouncer stack.
paulocsanz
force-pushed
the
pcs/pg-mgmt-08-pgbouncer
branch
from
August 8, 2026 00:39
cea8c6b to
9c1a9fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part 9/9 of the railway postgres pitr/ha/pgbouncer stack (split out of #1032 for reviewability — see that PR for the full context, live-prod e2e evidence, and the test-postgres-cli harness). Each PR is based on the previous one and is independently green (cargo test/clippy/fmt).
CLI parity for PgBouncer: status (config knobs + replica count summed from
deploy.multiRegionConfig -- production doesn't write the legacy flat field
-- plus live SHOW POOLS/STATS/SERVERS utilization over SSH with the
frontend's warning thresholds), add with a chosen pool mode stamped into
the template's edge service, configure (advisory misconfiguration warnings
ported from the dashboard; never blocking), scale by region replica count,
and remove. Selectors pointed at the PgBouncer edge resolve back to the
database root.
Part 9/9 of the railway postgres pitr/ha/pgbouncer stack.