Skip to content

Commit 621a5c6

Browse files
committed
Merge branch 'fix-blog-pgbackrest-credit' into 'master'
Remove Credit paragraph See merge request postgres-ai/docs!804
2 parents d67d8ad + 3962255 commit 621a5c6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

blog/20251105-postgres-marathon-2-012.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "#PostgresMarathon 2-012: Ultra-fast replica creation with pgBackRest"
3-
date: 2025-11-05 13:59:59
3+
date: 2025-11-05 23:59:59
44
authors: [nik, maxim]
55
tags: [Postgres insights, PostgresMarathon, cloning, pgBackRest, performance]
66
---
@@ -41,8 +41,6 @@ Multi-threaded pg_basebackup has been a recurring topic on pgsql-hackers over th
4141

4242
pgBackRest is a direct replacement that becomes efficient with `--process-max=8` or higher. The setup requires no special configuration on the source database neither Postgres nor pgBackRest need to be pre-configured on the primary server.
4343

44-
**Credit:** This recipe was shared with me by Maxim Boguk, a Postgres expert I've known for many years. Maxim has invented and shared numerous amazing techniques for Postgres optimization over the years. The pgBackRest approach works with any Postgres version, not just 18 the parallel processing benefits apply regardless of the server version.
45-
4644
### Prerequisites
4745

4846
1. Passwordless SSH access to `postgres@$PRIMARY` via private key

0 commit comments

Comments
 (0)