Open RunningJon opened 3 years ago
According to our doc here:
https://docs.yugabyte.com/latest/reference/configuration/yb-tserver/#pgsql-proxy-bind-address
5433 is the correct default. Not sure if this is a bug.
The customer overrode the default to make it 5432. Platform now shows the default to be 5432 but incorrectly defaults to 5433.
It is 100% a bug.
A customer created a Universe in Platform and overrode the default port of 5433 by making it 5432 (like PostgreSQL).
After the Universe was created, he added this TServer flag.
pgsql_proxy_bind_address = 0.0.0.0:5432
The database listened on port 5432 and there were no problems.
Next, he removed this flag in Platform. The port then changed to 5433 instead of remaining on 5432.
The workaround was to add the pgsql_proxy_bind_address flag back again.