mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure SSL options are pushed down to external tools like pg_dump. Fixes #3122
This commit is contained in:
committed by
Dave Page
parent
53ae960aeb
commit
63ba3402e8
@@ -329,6 +329,7 @@ def create_restore_job(sid):
|
||||
cmd=utility, args=args
|
||||
)
|
||||
manager.export_password_env(p.id)
|
||||
p.set_env_variables(server)
|
||||
p.start()
|
||||
jid = p.id
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user