-
Notifications
You must be signed in to change notification settings - Fork 10
Description
I have several working connections in DBeaver, but Codex isn't able to execute any queries in any of the connections. Here's the output from Codex:
Tried running select now(); against [Conenction name 1] and [Connection name 2], but both connections rejected the request because the saved credentials aren’t valid (Postgres reports “password authentication failed” and the production host also requires SSL). Once the stored passwords (and SSL settings if needed) are updated in DBeaver, I can rerun the query. Suggested next step: 1) Update the connection credentials/SSL configuration in DBeaver and let me know when to try again.
Unfortunately, these connection are already properly configured in DBeaver. This is version 1.1.7 manually installed, but I also tried 1.1.3 installed via npm.