-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Description
Version: 0.1.0
Steps to reproduce
- Installed the binary (and built to confirm issue) on Ubuntu
- Started app
- Created manual connection
- For password, entered password. NOTE: password is 64 characters.
- Connected and logged into the DB.
- Exited app.
- Started app and chose the previous connection (stored information).
- Error displays on previous connection.
╭──────────────────────────────────────────────────────╮
│ │
│ Error: Connection Failed │
│ │
│ │
│ Could not connect to localhost:5432 │
│ │
│ Error: failed to ping database: failed to │
│ connect to `user=postgres database=postgres`: │
│ 127.0.0.1:5432 (localhost): tls error: server │
│ refused TLS connection │
│ [::1]:5432 (localhost): dial error: dial tcp │
│ [::1]:5432: connect: connection refused │
│ 127.0.0.1:5432 (localhost): failed SASL auth: │
│ FATAL: password authentication failed for user │
│ "postgres" (SQLSTATE 28P01) │
│ │
│ Press Enter or Esc to dismiss │
│ │
╰──────────────────────────────────────────────────────╯
My Guess...for what it's worth
I can enter in the credentials each time to connect, so I know once manually entered, the connection works. Just thinking it's not storing the full password.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels