Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lafRP-0002Wf-UX for pgsql-novice@arkaria.postgresql.org; Sun, 25 Apr 2021 14:08:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lafRN-0005IB-3k for pgsql-novice@arkaria.postgresql.org; Sun, 25 Apr 2021 14:08:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1laetp-0006Kv-Cv for pgsql-novice@lists.postgresql.org; Sun, 25 Apr 2021 13:34:13 +0000 Received: from mail-vs1-xe2b.google.com ([2607:f8b0:4864:20::e2b]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1laetj-0006jE-1U for pgsql-novice@lists.postgresql.org; Sun, 25 Apr 2021 13:34:12 +0000 Received: by mail-vs1-xe2b.google.com with SMTP id d25so20303575vsp.1 for ; Sun, 25 Apr 2021 06:34:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=68C3liSKL+KgBDetJRi0yUSVifmNi7iaL7IMQ8WSKx8=; b=GTUtvR9BLm3Ir9b8kF7O0kVJO/5Q5HZbezUrHhMDbim+9uMBpFX2WynpK1xyfN0ZO8 pTewbTfRrN+b0kkpa3CWBIcpnlk/unN6t1CtFXGVVxq0ZFMsjkudxrYEJsNcdiqBDgkN Lj1SqqchZyIQODHbOL1OYr/YukrCsm4QbNjq9Iu9tY5rD4MzKI8th8FjPYb6A2082SVm bq7VuGRQ0I91PSH0T11N0t6jROBFvK3coMK39mI+dr9xXbMUcpV1qv2V75eGg1Ge2ikF XK3eM1Z3oFfJb0q7MHMGKx/M3ICQMVzZEK/NEP+WROWnHUO9qZ3o/X9I9mjmyZ5q2uiV 6eXA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=68C3liSKL+KgBDetJRi0yUSVifmNi7iaL7IMQ8WSKx8=; b=KEHIzPqcOBDZCmtWBJIUUePgbwTcW4nYWo7tyFepCjdq2JrWjTkJoaVminpNhv08JQ Rl+9gZRDvZu+fURXKF0N+F+rtbYyChoR7HDJcO3ADoQndCF4hZaF285Ux2OGVeEe+Mm5 YbKAM8udRkQV8uT+E1ra0QsvYo0jqziH6floZh46qW0aq2bJRVZZgLs6ECW7vVTEJYBX mBxFX3IP8tyw+DpoHCwF9zQbFhwUL2Lvh2eeLryVdIssZs2ZmNczb1i6d9ZOwPn8v/gY xBV21FpUthFFNhmjxxOJFUU2BKzf4yEaDFhgJoxVV+OHTROx8ZI9T0wsvRvb0V2adwBj 85pQ== X-Gm-Message-State: AOAM5335ZFbkjNiKu0rHfDo+ROSmQPakBU3Exc0x1fw2YT0cCTjxHW+i vqe/mFohuLyMwOHayDs/ft7EiXpJcYSyPSevRus= X-Google-Smtp-Source: ABdhPJyUb1e8PStZ/VscI8Yzh9xb9TxH4exqY9fA5V1XFAuYbXModBiWWeGrVW+9WqnheGqBx8hNnGDmrI5mXyrDK9E= X-Received: by 2002:a05:6102:a4b:: with SMTP id i11mr9108823vss.34.1619357645523; Sun, 25 Apr 2021 06:34:05 -0700 (PDT) MIME-Version: 1.0 References: <20210423191750.GA7630@momjian.us> <20210423193809.GL20766@tamriel.snowman.net> In-Reply-To: From: Pavel Tide Date: Sun, 25 Apr 2021 15:33:54 +0200 Message-ID: Subject: Re: suppress empty archive_command warning message To: Yogesh Jadhav Cc: Stephen Frost , Bruce Momjian , pgsql-novice@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000039ce4d05c0cc1593" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --00000000000039ce4d05c0cc1593 Content-Type: text/plain; charset="UTF-8" Hi, Thank you for your suggestions Stephen, Right, but /bin/false will make pgsql to retry the command again and again and that will throw warnings as well (AFAIK). Yogesh, I would like to copy WALs once in every "X" minutes instead of copying them continuously. Cheers --00000000000039ce4d05c0cc1593 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

Thank you for your suggestions

Stephen,

Right, but /bin/fals= e will make pgsql to retry the command again and again and that will throw = warnings as well (AFAIK).

Yogesh,
I would like to copy WALs once in every "X" minutes = instead=C2=A0of copying them continuously.

Cheers
--00000000000039ce4d05c0cc1593--