diff --git a/lifecycle/migrate.py b/lifecycle/migrate.py index 3ce9c71a..6d22a1df 100755 --- a/lifecycle/migrate.py +++ b/lifecycle/migrate.py @@ -40,6 +40,7 @@ if __name__ == "__main__": user=CONFIG.y("postgresql.user"), password=CONFIG.y("postgresql.password"), host=CONFIG.y("postgresql.host"), + port=int(CONFIG.y("postgresql.port")), ) curr = conn.cursor() # lock an advisory lock to prevent multiple instances from migrating at once