Re: Running PostgreSQL in Kubernetes?

From: Victor Sudakov <vas(at)sibptus(dot)ru>
To: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Running PostgreSQL in Kubernetes?
Date: 2021-07-27 16:41:10
Message-ID: YQA3JudCthBjJ9nV@admin.sibptus.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Scott Ribe wrote:
> > On Jul 27, 2021, at 12:57 AM, Victor Sudakov <vas(at)sibptus(dot)ru> wrote:
> >
> > Have you been able to a) upload backups to S3 and b) perform PITR from
> > S3 with CrunchyData?
>
> I have never tried either.
>
> I have recovered from the backups,

Using the CrunchyData operator built-in backup service?

> but never used PITR from the WAL archives.

It's really very efficient and elegant with wal-g. wal-g fetches data
from S3 in parallel and can prefetch.

I've done PITR from S3 many times in a lab, and a couple of times on
real data. But to use wal-g inside Kubernetes, I probably need
Zalando's operator which I dislike.

--
Victor Sudakov VAS4-RIPE
http://vas.tomsk.ru/
2:5005/49(at)fidonet

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Ribe 2021-07-27 16:44:28 Re: Running PostgreSQL in Kubernetes?
Previous Message Ganesh Korde 2021-07-27 15:41:27 ERROR: ImportError: No module named 'psutil'