Skip to main content
Answer

postgresql backup

  • May 27, 2024
  • 4 replies
  • 134 views

Forum|alt.badge.img+7

I want to backup postgres servers, for it do i need to open port 5432 between the postgres servers to the commserve and media agents?

Best answer by arik

Hello @arik 

 

Thanks for the great question! There will an agent installed on the client and the CS needs to be able to talk to this. Those Comms will run over our default ports of 8400-8403. 

https://documentation.commvault.com/2023e/expert/postgresql.html

Kind regards
Albert Williams

I see thank you for your answer,

Then why do i need to specify the port in the instance configuration?

4 replies

Forum|alt.badge.img+15

Hello @arik 

 

Thanks for the great question! There will an agent installed on the client and the CS needs to be able to talk to this. Those Comms will run over our default ports of 8400-8403. 

https://documentation.commvault.com/2023e/expert/postgresql.html

Kind regards
Albert Williams


Forum|alt.badge.img+7
  • Author
  • Byte
  • Answer
  • May 28, 2024

Hello @arik 

 

Thanks for the great question! There will an agent installed on the client and the CS needs to be able to talk to this. Those Comms will run over our default ports of 8400-8403. 

https://documentation.commvault.com/2023e/expert/postgresql.html

Kind regards
Albert Williams

I see thank you for your answer,

Then why do i need to specify the port in the instance configuration?


Forum|alt.badge.img+6
  • Vaulter
  • May 29, 2024

Hello @arik 

 

Thanks for the great question! There will an agent installed on the client and the CS needs to be able to talk to this. Those Comms will run over our default ports of 8400-8403. 

https://documentation.commvault.com/2023e/expert/postgresql.html

Kind regards
Albert Williams

I see thank you for your answer,

Then why do i need to specify the port in the instance configuration?

 

Because it’s used as part of the command spawned on the client to connect to the postgresql instance I believe. In addition, it’s also needed because you could run more then one postgresql instance on a single client (of course each with unique service port).


Forum|alt.badge.img+7
  • Author
  • Byte
  • May 29, 2024

Hello @arik 

 

Thanks for the great question! There will an agent installed on the client and the CS needs to be able to talk to this. Those Comms will run over our default ports of 8400-8403. 

https://documentation.commvault.com/2023e/expert/postgresql.html

Kind regards
Albert Williams

I see thank you for your answer,

Then why do i need to specify the port in the instance configuration?

 

Because it’s used as part of the command spawned on the client to connect to the postgresql instance I believe. In addition, it’s also needed because you could run more then one postgresql instance on a single client (of course each with unique service port).

I understand, thank you for the answer.