diff --git a/lifecycle/wait_for_db.py b/lifecycle/wait_for_db.py index 462041cfb..9e2bc8e53 100755 --- a/lifecycle/wait_for_db.py +++ b/lifecycle/wait_for_db.py @@ -32,6 +32,7 @@ while True: user=CONFIG.y("postgresql.user"), password=CONFIG.y("postgresql.password"), host=CONFIG.y("postgresql.host"), + port=int(CONFIG.y("postgresql.port")), ) conn.cursor() break