Re: wal-g (https://github.com/wal-g/wal-g) reliability

From: Nikolay Samokhvalov <samokhvalov(at)gmail(dot)com>
To: Victor Sudakov <vas(at)sibptus(dot)ru>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: wal-g (https://github.com/wal-g/wal-g) reliability
Date: 2021-02-05 23:44:56
Message-ID: CANNMO++t7hLG2Uk-M61ohXGNhBYszSPL8vn=zP09tcRv15QB4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

In short, it's reliable and battle-tested. It's used in companies such as
Yandex.Cloud and GitLab.com, successfully.

You can find materials about it from Yandex.Cloud -- for example, from
Andrey Borodin who is one of WAL-G maintainers. He is a frequent guest of
our online community sessions -- see https://YouTube.com/RuPostgres (in
Russian).

Additionally, you can reach out to the people who use WAL-G here:
- Postgres community Slack
https://postgres-slack.herokuapp.com/, it has WAL-G channel (English)
- Postgres telegram group https://t.me/pgsql (Russian).

Despite talking to others, I strongly recommend having periodical (say,
daily) automated verification jobs that check your backups -- this is both
useful to start trusting the backup tool and to ensure that your backups
are in a good shape. Without automated verification, a DR strategy is
definitely incomplete.

That being said, it's not a small project so it may have issues depending
on how you use it. Among possible caveats: if you use it in Google Cloud,
you might have issues with backup-push failures when GCS has instability
events -- this was fixed in the very recent codebase. Also, there are some
issues on AWS for the new codebase that are reported for the master, but I
don't have details (I suppose using some older version should be better
here).

On Fri, Feb 5, 2021 at 01:54 Victor Sudakov <vas(at)sibptus(dot)ru> wrote:

> Dear Colleagues,
>
> What do you think of wal-g? Can you entrust your data to it? Has it ever
> failed you? Any hidden caveats?
>
> --
> Victor Sudakov, VAS4-RIPE, VAS47-RIPN
> 2:5005/49(at)fidonet http://vas.tomsk.ru/
>
>
>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2021-02-06 04:28:14 Re: Partitioning Tables
Previous Message David G. Johnston 2021-02-05 19:26:54 Re: Partitioning Tables