mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-11 15:45:06 -05:00
Fix for #517 This PR improves the Local Quickstart guide by adding troubleshooting advice for common PostgreSQL connection issues in [step 1](https://googleapis.github.io/genai-toolbox/getting-started/local_quickstart/#step-1-set-up-your-database). This reduces friction and improves the setup experience for users following the local quickstart by addressing feedback in #517 regarding difficulties in the initial database connection step. ### Problem Users faced issues like password prompts or "role 'postgres' does not exist" errors when trying to connect to PostgreSQL with `psql -h 127.0.0.1 -U postgres`. ### Solution This PR adds a notice that provides solutions for common connection errors, including guidance on using `sudo -i -u postgres` for peer authentication. --------- Co-authored-by: Averi Kitsch <akitsch@google.com>