-
Notifications
You must be signed in to change notification settings - Fork 796
Closed
Description
Description
As soon as I try to start a saved connection to a server after updating to pgAdmin v9, I get the error message:
Failed to decrypt the saved password.
Error: 'utf-8' codec can't decode byte 0xab in position 0: invalid start byte
When I enter the password, I can log in normally. If I then try to save the password again, the same problem occurs again after logout/login to pgAdmin. We did not have this problem in v8.14.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Servers'
- Click on 'Saved Server configuration to connect to the server'
- See the error:
Expected behavior
I can connect to the server using access data that has already been saved in pgAdmin.
Error message
Failed to decrypt the saved password.
Error: 'utf-8' codec can't decode byte 0xab in position 0: invalid start byte
Setup:
- OS: Docker Container based on
dpage/pgadmin4 - Version: 9.0
- Mode: Server
- Package type: Docker Container
We use a database to store the user settings.
StefanLobbenmeierObjego and 4-9