<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>pgBackRest on Netdata</title><link>https://www.netdata.cloud/tags/pgbackrest/</link><description>Recent content in pgBackRest on Netdata</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.netdata.cloud/tags/pgbackrest/index.xml" rel="self" type="application/rss+xml"/><item><title>pgBackRest Monitoring</title><link>https://www.netdata.cloud/monitoring-101/pgbackrest-monitoring/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/monitoring-101/pgbackrest-monitoring/</guid><description>&lt;h2 id="pgbackrest-monitoring"&gt;pgBackRest Monitoring&lt;/h2&gt;&#10;&lt;h3 id="what-is-pgbackrest"&gt;What Is pgBackRest?&lt;/h3&gt;&#10;&lt;p&gt;pgBackRest is a reliable, efficient, and secure backup solution for PostgreSQL databases. It offers advanced functionality for backup and restore, including full, differential, and incremental backups, along with support for parallelism, compression, and encryption. This ensures that your databases are efficiently managed and protected against data loss.&lt;/p&gt;&#10;&lt;h3 id="monitoring-pgbackrest-with-netdata"&gt;Monitoring pgBackRest With Netdata&lt;/h3&gt;&#10;&lt;p&gt;Monitoring pgBackRest can be seamlessly integrated into your infrastructure using Netdata. Netdata uses an openmetrics (Prometheus) exporter for pgBackRest, allowing you to efficiently track metrics. Netdata&amp;rsquo;s pgBackRest monitoring tool can ingest data from any Prometheus exporter, automatically generating insightful dashboards and setting up alerts — all without needing a separate Prometheus server or Grafana setup. This integration simplifies the monitoring process and provides real-time visualization of pgBackRest&amp;rsquo;s performance metrics.&lt;/p&gt;</description></item><item><title>PostgreSQL backup strategy: pg_dump, pg_basebackup, and pgBackRest compared</title><link>https://www.netdata.cloud/guides/postgres/postgres-backup-strategy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.netdata.cloud/guides/postgres/postgres-backup-strategy/</guid><description>&lt;p&gt;Your backup tool determines your RPO, RTO, and whether you can restore to a point in time or only to the backup moment. This guide compares logical dumps via &lt;code&gt;pg_dump&lt;/code&gt;, built-in physical copies via &lt;code&gt;pg_basebackup&lt;/code&gt;, and the third-party tool pgBackRest. PostgreSQL 17 introduced native incremental physical backups. Operators must decide whether built-in capabilities are sufficient or whether to adopt alternatives such as Barman or WAL-G.&lt;/p&gt;&#10;&lt;h2 id="pg_dump-and-pg_dumpall-logical-portability"&gt;pg_dump and pg_dumpall: logical portability&lt;/h2&gt;&#10;&lt;p&gt;&lt;code&gt;pg_dump&lt;/code&gt; and &lt;code&gt;pg_dumpall&lt;/code&gt; use an MVCC snapshot to produce a logically consistent SQL archive without blocking reads. Use &lt;code&gt;--table&lt;/code&gt; or &lt;code&gt;--schema&lt;/code&gt; for selective extraction. Parallel dumps use &lt;code&gt;--jobs&lt;/code&gt; with directory format (&lt;code&gt;-Fd&lt;/code&gt;) or custom format (&lt;code&gt;-Fc&lt;/code&gt;):&lt;/p&gt;</description></item></channel></rss>