Skip to main content
added 86 characters in body
Source Link

@NewSheriff add:

Your start command for your second server needs to use the port you specified in config e.g. if using port 5433 instead of port 5432 then adding: -o "-p 5433"

(or whatever port number you are using) at to the end of theyour start-up command should get past the error message you mentioned

@NewSheriff add:

-o "-p 5433"

(or whatever port number you are using) at the end of the start command

@NewSheriff

Your start command for your second server needs to use the port you specified in config e.g. if using port 5433 instead of port 5432 then adding: -o "-p 5433" to the end of your start-up command should get past the error message you mentioned

Source Link

@NewSheriff add:

-o "-p 5433"

(or whatever port number you are using) at the end of the start command