From 0b1a4d106ea145ccb0837ac707480133bc95d645 Mon Sep 17 00:00:00 2001
From: Gabriel Filion <lelutin@torproject.org>
Date: Tue, 4 Mar 2025 12:21:56 -0500
Subject: [PATCH] Adjust systemd unit name for pgbackrest_exporter

the debian package from trixie just renamed the exporter's binary in
last night's package upgrade.
---
 howto/postgresql.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/howto/postgresql.md b/howto/postgresql.md
index 9173b6f1..8b875f5d 100644
--- a/howto/postgresql.md
+++ b/howto/postgresql.md
@@ -1855,7 +1855,7 @@ explanations on what the metrics mean as well.
 It is likely that the exporter will log more detailed error messages
 in its logs, which should be visible with:
 
-    journalctl -u pgbackrest_exporter.service -e
+    journalctl -u prometheus-pgbackrest-exporter.service -e
 
 In all case, another idea is to [check backup health](#checking-backup-health). This will
 confirm (or not) that stanzas are properly configured, and outline
-- 
GitLab