-
Notifications
You must be signed in to change notification settings - Fork 796
Closed
Description
Describe the bug
When using passfile in docker image (or a linux installation), the import Export feature is crashing due to "no password supplied" error
To Reproduce
0. Use docker version of pgadmin (easier to reproduce, but work on other linux installations)
0. Setup a user with https://www.postgresql.org/docs/current/libpq-pgpass.html
- Connect with this user and Select a table
- Click on "import/Export", and select export (with any encoding)
- Go to process Watcher, there you can see the error fe_sendauth: no password supplied
Expected behavior
The export should work correctly by using the passfile for the user.
Error message
psql: error: connection to server at "xxxxxxxxxx" (xx.xx.xx.xx), port xxxx failed: fe_sendauth: no password supplied
Server:
- OS: Linux, Docker image : dpage/pgadmin4
- Version: 6.21; 7.0
- Mode: Server
- Browser : Chrome
- Package type: Container,
Additional context