Ensure SSL options are pushed down to external tools like pg_dump. Fixes #3122

This commit is contained in:
Khushboo Vashi
2018-03-15 07:35:47 -04:00
committed by Dave Page
parent 53ae960aeb
commit 63ba3402e8
5 changed files with 33 additions and 8 deletions

View File

@@ -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: