#pgbackrest

Paul Förster :verified_blue:paulfoerster@swiss.social
2025-05-07

I finally managed to get #pgBackRest running for my #PostgreSQL #Patroni cluster to make two independent local backups of both the primary and the replica database cluster. The important part is that pgbackrest running on the replica has to be able to connect to the primary.

To-do: figure out, how to restore a Patroni cluster with pgBackRest.

Also, does anyone know how to display the WAL files pushed into pgBackRest with the "archive_command"?

pgbackrest.org

2025-04-16

💙 Everyone knows I'm a huge fan of #pgBackRest, and I really enjoy speaking about it.

Next week I'm hosting a live session on one of its most underrated features: using multiple repositories for extra reliability. We'll also explore how async archiving makes it even more powerful.

📅 Join me next Wednesday, April 23, at 13:00 CEST for a deep dive into what makes pgBackRest such a flexible and robust tool.

Register now 👉 events.zoom.us/ev/AizlI-fSlus9

:postgresql: #PostgreSQL

2025-03-01

pgBackRest seems to check the exact version between servers:

```
WARN: unable to check pg1: [ProtocolError] expected value '2.54.2' for greeting key 'version' but got '2.54.1'
```

I thought the minor version would have been enough.

It's time to upgrade a package on Arch Linux 😭

#pgbackrest

2025-02-25

Setting up pgBackRest TLS server to manage PostgreSQL servers in replication.

When TLS joins the party, there's always a moment like this:

```
Feb 25 07:18:32 debian12-replica pgbackrest[275914]: ERROR: [101]: TLS error [5:0] no details available
```

What am I supposed to do with this 😂

#postgresql #pgbackrest #tls

2025-02-23

Volunteering for Hachyderm is a breath of fresh air to me.

On the technical side, creating and adding Ansible roles for PostgreSQL (including PgBouncer and pgBackRest) is fun. I'm learning a lot, even with more than 10 years of experience.

On the human side, I'm honoured to be part of such an amazing worldwide team sharing the same values.

💜💜💜

#hachyderm #postgresql #pgbouncer #pgbackrest

2025-02-13

:postgresql: Ever faced timeline issues during #PostgreSQL recovery? It's frustrating to complete a restore only to realize the timeline is invalid 😩

Good news! #pgBackRest's next release will help detect this problem earlier!

Check out this new blog post to learn more! 👇
dataegret.com/2025/02/pgbackre

2025-02-12

:postgresql: In case you missed the info on other platforms, we're gonna have a #PostgreSQL #meetup in Paris next month on Thursday 13th March (the week before @pgDayParis) and I'll be there speaking about incremental backups (and a little bit about #pgBackRest 🤫)

meetup.com/postgresql-user-gro

2025-02-12

Je confirme que #pgbackrest ne semble pas pouvoir fonctionner dans un container Docker en "sidecar" : notes.sklein.xyz/2025-02-12_15

#backup #devops #postgres

2025-02-04

🧐 Speaking about #PostgreSQL backups, if you ever wondered how to configure your WAL archives retention settings with #pgBackRest, this should be interesting 😇 :postgresql:

dataegret.com/2025/02/avoiding

2024-11-03

Quelques notes au sujet de la nouvelle fonctionnalité "increment" de #PostgreSQL 17 et de son impact sur #barman et #pgbackrest

notes.sklein.xyz/2024-11-03_11

2024-10-21

📢 #pgBackRest 2.54.0 has been released with support for recovering from accidental deletions or malware using versioned repositories, improved backup from standby, and more! :postgresql: 💪

If you need backups for your #PostgreSQL cluster, pgBackRest is definitely the right tool for you 😉

pgbackrest.org/release.html#2.

2024-09-09

3e article tiré du magazine #Linux Pratique.
Cette fois, on s'intéresse aux sauvegardes => dali.bo/202409_linux-pratique
Merci à Guillaume pour ce nouveau partage.

#PostgreSQL #DBA #SGBD
#sauvegarde #pgBackRest
#opensource #logicielsLibres

capture de l'article
2024-06-21

Архивация сегментов WAL с помощью Pgbackrest

Добрый день, меня зовут Андрей, я специалист по администрированию баз данных в компании «Сервионика». За 2,5 года под моим контролем побывало около 700 кластеров баз данных, из которых 80 % — High Avaiability, треть из них — это трёхнодовые полноценные кластеры, где есть мастер, синхронная и асинхронная реплики. Также были успешно проведены проекты по миграции с Oracle и MSSQL на PostgreSQL. Резервное копирование — один из важнейших процессов администрирования баз данных. К сожалению, никто не застрахован от сбоев оборудования или логических ошибок. Однажды мы столкнулись с ошибкой резервного копирования PostgreSQL, которая возникает у многих пользователей Pgbackrest. В сети нет единого описания её исправления. Расскажу о том, к какому решению мы пришли, и как в компании реализовано резервное копирование PostgreSQL.

habr.com/ru/companies/T1Holdin

#архивирование #резервное_копирование #pgbackrest #сервионика

2024-06-09

Обзор открытых свободных инструментов для создания резервных копий СУБД PostgreSQL

Перефразируя древнюю мудрость: все люди делятся на 10 типов: те, кто не знает, зачем нужны резервные копии, и те, кто делает резервные копии. В данном обзоре я попробую мал-мала расшифровать свою давнюю табличку (внеся в неё некоторое количество изменений): Обзор наиболее популярных средств для создания резервных копий PostgreSQL. Ибо не вижу я ни подобных обзоров в информационном поле, ни грамотного, с технической точки зрения, подхода к выбору инструмента вообще, и для создания резервных копий (РК) СУБД PostgreSQL в тех организациях, куда заносит профессиональная деятельность, в частности. Основной аргумент выбора: знания и умения текущего системного администратора. Доводилось встречаться со сменой инструмента по причине того, что новый администратор баз данных не знал и не умел уже использовавшийся продукт. Причём использовался вполне себе достойный, но... (конкретики не будет, по причинам, например, секретным, увы мне).

habr.com/ru/articles/820349/

#postgresql #barman #walg #pg_probackup #pgbackrest #резервное_копирование #администрирование_баз_данных #администрирование_бд

2024-05-27

#pgBackRest (my favorite :postgresql: backup and restore tool) version 2.52 has just been released! Including #PostgreSQL 17 support, GCS batch delete, and S3 SSE-C encryption.

With #PostgreSQL 17 Beta1 just released last week, no more excuse, start testing! 🥰

2024-04-19

Hey 👋

On Wednesday 15th May, I'll be speaking about #pgBackRest
most Frequently Asked Questions at the PostgreSQL User Group NRW MeetUp in Aachen (Germany)!

And the venue location (digitalCHURCH) looks awesome!

Hope to see many of you there 🚀🐘 #PostgreSQL #meetup

meetup.com/postgresql-user-gro

Sean Boyer 🇵🇸 FREE PALESTINEsb@fed.sbcloud.cc
2024-01-16

Inspired by @jerry, I decided to get my (#backup) act together for my #postgresql cluster. Finally installed and set up #pgBackRest - a utility to make the horrible and painful job of backing up, restoring AND upgrading #pg slightly less so! Where has this thing been all my life?!

2023-10-14

Enhancing PostgreSQL Backup Efficiency: Leveraging pgBackRest and EBS Snapshot

hackernoon.com/enhancing-postg

We have a similar setup combining full backups with ZFS snapshots and WAL archives/restores using a homemade software. Using pgBackRest with ZFS snapshots would be our dream goal. Looks promising!

#postgresql #pgBackRest #zfs

Federico Campoli :postgresql:4thdoctor_scarf@fosstodon.org
2023-02-20

I am very happy to announce that my talk "Protecting your data with Patroni and pgBackRest" has been accepted to the very first PGDay MED. :postgresql:
It will also be a first time for me to visit Malta.
I hope you can come as well.
Get the schedule and register here:
2023.pgdaymed.org/
#postgresql #patroni #pgday #pgbackrest #backup #database #dba

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst