Обсуждение: is it mandatory to have ssh port 22 open for WAL replication

Поиск
Список
Период
Сортировка

is it mandatory to have ssh port 22 open for WAL replication

От
Sanjib Mohanty
Дата:
Hi Experts,

Is it mandatory to have ssh port 22 open between the master and slave for wal replication?

I believe this is done on 5432 port , rirht?

Regards,
Sanjib

Re: is it mandatory to have ssh port 22 open for WAL replication

От
Ian Barwick
Дата:
On 2020/09/07 16:47, Sanjib Mohanty wrote:
> Hi Experts,
> 
> Is it mandatory to have ssh port 22 open between the master and slave for wal replication?
> 
> I believe this is done on 5432 port , rirht?

Correct, all replication is handled via the port PostgreSQL itself listens
on, default 5432.

PostgreSQL itself does not require or use SSH.


Regards

Ian Barwick


-- 
Ian Barwick                   https://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services



Re: is it mandatory to have ssh port 22 open for WAL replication

От
Sanjib Mohanty
Дата:
Thans a lot.

On Mon, Sep 7, 2020 at 1:22 PM Ian Barwick <ian.barwick@2ndquadrant.com> wrote:
On 2020/09/07 16:47, Sanjib Mohanty wrote:
> Hi Experts,
>
> Is it mandatory to have ssh port 22 open between the master and slave for wal replication?
>
> I believe this is done on 5432 port , rirht?

Correct, all replication is handled via the port PostgreSQL itself listens
on, default 5432.

PostgreSQL itself does not require or use SSH.


Regards

Ian Barwick


--
Ian Barwick                   https://www.2ndQuadrant.com/
  PostgreSQL Development, 24x7 Support, Training & Services