Skip to content

Commit 411bb07

Browse files
author
alexander popov
committed
fix: add port in os.environ in bootstrap, https://jira.postgrespro.ru/browse/PGPRO-4821,
1 parent 052ef98 commit 411bb07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mamonsu/tools/bootstrap/start.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def __init__(self):
8383
os.environ['PGUSER'] = self.args.username
8484
os.environ['PGPASSWORD'] = self.args.password
8585
os.environ['PGHOST'] = self.args.hostname
86+
os.environ['PGPORT'] = self.args.port
8687
os.environ['PGDATABASE'] = self.args.dbname
8788
os.environ['PGAPPNAME'] = 'mamonsu deploy'
8889

0 commit comments

Comments
 (0)