Bug #1565
--select-backend ignores asked PostgreSQL port
0%
Description
```
2020-05-03 02:24:07 [Warn ] - "could not connect to server: Connection refused\n\tIs the server running on host \"localhost\" (127.0.0.1) and accepting\n\tTCP/IP connections on port 5432?\nQPSQL: Unable to connect"
Default values are in brackets
Username [quassel]:
Password []:
Hostname [localhost]:
Port [5432]: 5433
Database [quassel]:
2020-05-03 02:24:15 [Warn ] Database connection "PostgreSQL" for thread QThread(0xaaab1f4b9a90) was lost, attempting to reconnect...
2020-05-03 02:24:15 [Warn ] Unable to open database "PostgreSQL" for thread QThread(0xaaab1f4b9a90)
2020-05-03 02:24:15 [Warn ] - "could not connect to server: Connection refused\n\tIs the server running on host \"localhost\" (127.0.0.1) and accepting\n\tTCP/IP connections on port 5432?\nQPSQL: Unable to connect"
2020-05-03 02:24:15 [Error] Storage backend is not available: PostgreSQL
```
History
#1 Updated by Avamander over 4 years ago
I solved this by wiping existing configuration, I think it ignores because it wants to migrate the database?