-
Notifications
You must be signed in to change notification settings - Fork 739
Reconnect option for server or database #8149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Hi @ohelit |
RohitBhati8269
added a commit
to RohitBhati8269/pgadmin4
that referenced
this issue
May 20, 2025
…n updates on connection status changes. pgadmin-org#8149
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes in pgadmin in Docker when you left the application running and there is no activity for some time, the server connection drops (we use VPN connection and sometimes the VPN disconnect). Here is an example, I open a connection to a database and work into the database for some time. Then, I left the browser with the pgadmin tab open for 1 hour or so and then when I try to operate with the database, I receive the message "Connection to the server has been lost.". Trying to refresh I receive the message "no password supplied" and the message is Ok. But I need to disconnect to the server and again connect.
If there is a chance to have an option from left click button, where you can reconnect to the server and provide the password again, will be nice to do it in one click, or if there is no connection for that kind of case (no password supplied), the pgadmin shows the password popup in order to provide again the password.
Thanks!
The text was updated successfully, but these errors were encountered: