Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1smYxF-006oD9-50 for pgsql-general@arkaria.postgresql.org; Fri, 06 Sep 2024 13:24:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1smYxD-00EmYI-I5 for pgsql-general@arkaria.postgresql.org; Fri, 06 Sep 2024 13:24:47 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1smYxD-00EmW1-6s for pgsql-general@lists.postgresql.org; Fri, 06 Sep 2024 13:24:47 +0000 Received: from mail-yw1-x1144.google.com ([2607:f8b0:4864:20::1144]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1smYx7-000Rdj-AG for pgsql-general@lists.postgresql.org; Fri, 06 Sep 2024 13:24:46 +0000 Received: by mail-yw1-x1144.google.com with SMTP id 00721157ae682-6c91f9fb0d7so19086637b3.3 for ; Fri, 06 Sep 2024 06:24:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1725629080; x=1726233880; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=XeThWjuA5SoMyqbG1mIGFyATCeCLIiHTUxerBiAScZQ=; b=VY8gr0WAknY6Nb2/+cKIZcWtuGd1MOcU9MUKGia9VdDzEjIU9AZEU4xm4TYJMHXUbO 44k5XJU77nRb2MyKfD5lEifmjjkHHZc95n4J2eFJxLekzHc3jxG/8Ib6hB/oc2eCjs04 52C/jTMUWSZTcgtkK4iOSpRczzJFfEM1k4VyqIdzRtOuhrBMILhLFkbxzfm5EQFtBsSn 2udJiTM2Iby7/jqPyfpztrzZksSy4XXflLHN+7Qri1x57o/VILBwcLeJTjCpDalbGO8/ vChFHVLDZBlxPvehN1edYNXUrgw4lSTvyOMJ5aP8pXJ9NXfyxDi1vPQsTuVaxSZPY9Vu OFRQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1725629080; x=1726233880; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=XeThWjuA5SoMyqbG1mIGFyATCeCLIiHTUxerBiAScZQ=; b=JCLyQq4GY0sctcyqKCbV2OQV42Q2RiqH1Gm7ejdX7fLr+HHnK3BMr2Bq5ddpqv/uxR kXRahQIjxG9qTgZOH29hHz+iRwHrZLAmRvajzCpjjs/D0zNNoXfAkIuNUVPWMmb9K1QC 3NwTAeJRnN0oSYDAO4UbGbauItQYDlD8uquZKZVhxyVpB2tSOJEAxK3KLgHa7kZ0a+Uh pDaFlN1BjTw6vO77qjgZqq+p3wWyLpamtyv0LxDpGojVkAewrUW8GcRrto7pxflQqWGG FosLvLv/k+hyc/2XHhZRTQmlYc83QzzQq9jKOTAijS+pj8elog40gcfMuF2ZvStiE92d BQdQ== X-Gm-Message-State: AOJu0Yz8cm5Bi8snVgko1N298JF/yfBSbGQw7z1xg9I0/gSmpYUfuzRC TIITOqsrLN3AwCzUYSwWMj+AQFI3aUS6gTcpNFWjp3Kv4TRgU+KV8K07/rqK0OL7s9DUgw4jCF0 kRQp4S+5QQEQXXEIM7MVhif8iAZe0afgU X-Google-Smtp-Source: AGHT+IHryy9oYPI4TvjpZtuHm8qANJyE5CLXVzXZBjWXECr3tDX7kvdFRcgF2ZKctFbYmE2nJQEbaVwGGaz031fZP6U= X-Received: by 2002:a05:690c:3141:b0:6b2:1b65:4c0d with SMTP id 00721157ae682-6db44d9b312mr24691617b3.10.1725629080213; Fri, 06 Sep 2024 06:24:40 -0700 (PDT) MIME-Version: 1.0 From: postgr user Date: Fri, 6 Sep 2024 09:24:25 -0400 Message-ID: Subject: barman with postgres server/s To: pgsql-general@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000572168062173543b" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000572168062173543b Content-Type: text/plain; charset="UTF-8" Does anyone know a best practice when it comes to installing barman? Would barman be on its own system or does it make sense to have it running on a cascaded postgres server? I'm just getting started with it so I'd like to see how others have implemented its use in a variety of different implementations of postgres servers or server. Thank you --000000000000572168062173543b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Does anyone know a best practice when it comes to installi= ng barman?

Would barman be on its own system or does it = make sense=C2=A0to have it running on a cascaded postgres server?

I'm just getting started with it so I'd like to see= how others have implemented=C2=A0its use in a variety of different impleme= ntations of postgres servers or server.


=
Thank you
--000000000000572168062173543b--