Skip to main content
Solved

PostgreSQL running on a windows cluster

  • June 9, 2026
  • 3 replies
  • 31 views

ApK
Apprentice
Forum|alt.badge.img+7

Hi all.

 

Is it possible to backup PostgreSQL via a Windows cluster?

 

The scenario is, that a team wants to install PostgreSQL on two Windows servers running a Windows cluster with shared disks, like you do with MSSQL. They want to put the log and data on a shared drive that runs on the active server and this drive can fail over to the passive node. 

 

Is this scenario even possible to backup or is only possible with the PostgreSQL cluster client (pseudo-client) with a master and a standby server?

 

Regards

-Anders

Best answer by Sunil

You can create a cluster virtual client and use PostgreSQL agent to backup the cluster. Same way how we do for MSSQL.

No need to go for Postgres pseudo client, this is for application clusters like Patroni and RepMgr.

 

Thanks,

Sunil-

3 replies

Sunil
Vaulter
Forum|alt.badge.img+16
  • Vaulter
  • Answer
  • June 9, 2026

You can create a cluster virtual client and use PostgreSQL agent to backup the cluster. Same way how we do for MSSQL.

No need to go for Postgres pseudo client, this is for application clusters like Patroni and RepMgr.

 

Thanks,

Sunil-


ApK
Apprentice
Forum|alt.badge.img+7
  • Author
  • Apprentice
  • June 10, 2026

Hi Sunil.

 

So I should be able to add the PostgreSQL agent under Cluster Group Configuration on the cluster instance (Client computer propertise → Advanced propertise)?

 

 

Regards

-Anders


Sunil
Vaulter
Forum|alt.badge.img+16
  • Vaulter
  • June 10, 2026

Hi Anders,

yes. this should work.

 

Thanks,

Sunil-