From 3e5d814cabe716e66280143ff6a952d0cd3a9589 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org>
Date: Tue, 10 Dec 2024 17:08:03 -0500
Subject: [PATCH] note that pgbackrest doesn't immediately converge

---
 howto/postgresql.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/howto/postgresql.md b/howto/postgresql.md
index 96d4c738..c4ca5f1a 100644
--- a/howto/postgresql.md
+++ b/howto/postgresql.md
@@ -2123,6 +2123,9 @@ PostgreSQL servers are automatically configured to use pgBackRest to
 backup to a central server (called `repository`), as soon as the
 `profile::postgresql` is included.
 
+This takes a few times to converge: at first, the catalog on the
+repository side will fail because of missing SSH keys on the client.
+
 By default, the `backup-storage-01.torproject.org` server is used as a
 repository, but this can be overridden in Hiera with the
 `profile::postgresql::pgbackrest_repository` parameter.
-- 
GitLab