mirror of
https://github.com/getsentry/self-hosted.git
synced 2025-12-08 19:46:14 +00:00
* Add patch for pgbouncer * pgcat over pgbouncer * Add patch for .env file * Apply patches and add initial pgcat tolm file * feat: hardcode pgcat image * Fixes from review * Align usernames defaults * Remove postgres from default depends_on; Covered by pgcat by extension * Set user and password - pgcat maybe doesnt support host auth trust * Pool name maybe has to match, for some reason * Use healthcheck from pgcat PR * Reduce pool size, leave some for healthchecks and other clients running * Start pgcat for bash scripts with postgres * Update docker-compose.yml * Use pgbouncer * Revert to TRUST method