minyi

Ensign
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-07
17:07
272 views
PostgreSQL Database Clustering
Hi,
Anyone got experience in doing PostgreSQL db clustering? Is it possible to achieve without any third party tools?
Thanks.
4 Replies
jrmhscht

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-07
20:05
Our DBA's use https://github.com/citusdata/pg_auto_failover to create postgres clusters. It is active/passive, but seems to be one of the easiest ways to do it. I haven't put IDM on the cluster yet.
minyi

Ensign
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-08
07:20
Hi,
Thanks for the info provided. May I know if there's any pre-requisite or best practices when implement this? Besides, can this work with SAN storage?
Thanks.
jrmhscht

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-08
18:54
I'm not an expert on the software so I don't know the best practices other than what is on the site. We are using it with databases on SAN storage. It does replicate the data between two servers so will take double the space as opposed to sharing the disk.
minyi

Ensign
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-01-12
15:07
Noted and much thanks for the info provided.