By default, postgresql limit connections for all roles. Resolution: set limit to -1 (ulimited) or something different:
ALTER ROLE rep CONNECTION LIMIT -1;
from atlassian
By default, postgresql limit connections for all roles. Resolution: set limit to -1 (ulimited) or something different:
ALTER ROLE rep CONNECTION LIMIT -1;
from atlassian