Wrong Postgres database version displayed after upgrade
Closed this issue · 3 comments
Describe the bug
After upgrading a Postgres database running locally on my machine from Postgres 13 to 14, SQLPro for Postgres shows the wrong version
To Reproduce
Steps to reproduce the behavior:
- Create a database in the main launch screen
- Connect to it and note the version on the left nav bar (in my case, version 13.10)
- Upgrade your Postgres database to a newer version
- Quit SQLPro for Postgres (or just disconnect from the server - but I tried quitting, too, to see if that fixed it)
- Reopen SQLPro for Postgres, and connect to the database
- Run
SELECT version();
to see the version of the database, and compare that to the version at the top of the left nav bar
Expected behavior
I expect the new version (in my case, version 14.21) to appear in the nav bar, either after I upgrade the server, or quit and reopen SQLPro for Postgres, or after I right-click on the server's name in the left nav bar and choose "Refresh".
Screenshots
If applicable, add screenshots to help explain your problem.
Environment details (please complete the following information):
- Device: MacBook Pro
- OS: macOS Sonoma 14.4.1
- SQLPro app Version: SQLPro for Postgres 2024.21 (but it also impacted a previous version from multiple months ago, I just upgraded to 2024.21 to see if it fixed this)
- Installation source: Website download
- Target database server: PostgreSQL
Could you try right clicking on the database, choosing disconnect, then reconnect from the connection screen? Does that cause it to load the proper version?
@hankinsoft that worked!
Still seems like a bug I suppose, but that workaround is helpful to know. Thanks!
Glad that sorted it. While I do agree that this is a bug, it's very low priority. I'm going to mark it as closed for the time being.