If the septentrion port number is an int, `subprocess.run` which launches psql fails with a traceback. This can be solved by making sure the port number, as well as all other environment injected values, are strings. @ThomasEcuer is on it :)