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 1v145p-004D4B-7v for pgsql-admin@arkaria.postgresql.org; Tue, 23 Sep 2025 14:34:09 +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 1v145m-0067CK-NL for pgsql-admin@arkaria.postgresql.org; Tue, 23 Sep 2025 14:34:06 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v145m-0067Ao-94 for pgsql-admin@lists.postgresql.org; Tue, 23 Sep 2025 14:34:06 +0000 Received: from mx.ssan.egs-seg.gc.ca ([205.193.229.132]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v145h-002OFE-2T for pgsql-admin@postgresql.org; Tue, 23 Sep 2025 14:34:05 +0000 Received: from DC01ZWH0031.paz.nrc.gc.ca ([167.37.58.20]) by mx.ssan.egs-seg.gc.ca with ESMTP id 58NEY19p023732-58NEY19r023732 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=CAFAIL) for ; Tue, 23 Sep 2025 10:34:01 -0400 Received: from DC01ZWH0025.Corp.nrc.gc.ca (167.37.54.11) by DC01ZWH0031.paz.nrc.gc.ca (167.37.58.20) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.17; Tue, 23 Sep 2025 10:33:57 -0400 Received: from DC01ZWH0029.Corp.nrc.gc.ca (167.37.54.15) by DC01ZWH0025.Corp.nrc.gc.ca (167.37.54.11) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.2562.17; Tue, 23 Sep 2025 10:34:00 -0400 Received: from DC01ZWH0029.Corp.nrc.gc.ca ([fe80::f81b:b838:eba2:82ef]) by DC01ZWH0029.Corp.nrc.gc.ca ([fe80::f81b:b838:eba2:82ef%7]) with mapi id 15.02.2562.017; Tue, 23 Sep 2025 10:34:00 -0400 From: "Ghiurea, Isabella" To: PGSQL ADMIN Subject: pgbackrest wiht arcchive mode off /no PITR configuration Thread-Topic: pgbackrest wiht arcchive mode off /no PITR configuration Thread-Index: AQHcLJcaQWJeU4hG9kicVzvfz3nGcw== Date: Tue, 23 Sep 2025 14:34:00 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [167.37.48.8] Content-Type: multipart/alternative; boundary="_000_b29d24290aad4b49b2bdd73259e528d0nrccnrcgcca_" MIME-Version: 1.0 X-FEAS-Client-IP: 167.37.58.20 X-FE-Last-Public-Client-IP: 167.37.58.20 X-FE-Policy-ID: 25:37:97:SYSTEM DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; d=nrc-cnrc.gc.ca; s=slms3; c=relaxed/relaxed; h=from:to:subject:date:message-id:content-type:mime-version; bh=EUTvuTJGtcx3Ng62TfjtfAoI8/AgVB7N92d4xwtWRKY=; b=vHN7qbyTJsS7WhZaB5oNCZ3xMeTu/0skISK+IYwnAPJnq0qmzUsyxvfqcgsTOi6KxuuQdE5PPwRf kkTEexxtDNDL6t/a2WqqxmNm35aTSB4HMf9IOpBqfKGW32UM3UUzjlV6Zo7W+zOxCjOfocNL1Mx4 iSeLaXccapiNp9NHgcNpyKNuCz+4oh2qa3zJAQL9X7YasUOeiAVzhBArqOB19RiowsWtzTSAuimF YK/P2ipJ316vdku/H1/m5ZpBBRcN5bwnSSDz/gl+tMcbKWQD+5/EuXsqCy+7b/rov5TYEQ1zOH1X 7vEWeAJIT+VP/Bn2WekMqn1Ggnub0XE0Dh80+g== List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --_000_b29d24290aad4b49b2bdd73259e528d0nrccnrcgcca_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi List. I have a requirement to use pgabackrest to run ONLY full backups with no ne= ed need for PITR in PG cluster 17.5 I tried several configuration options seems that archive_mode can not be se= t to "off" for pgbackrest to run, is this correct ? I tried unsuccessfully : archive_mode =3D on with archive_command =3D '/bin/true' Second unsuccessfully configuration : archive_mode =3Don with archive_command=3D'cp %p /tmp/pgbackrest-archive/%f' Can you suggest a working solution for my requirements ? --_000_b29d24290aad4b49b2bdd73259e528d0nrccnrcgcca_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Hi List.
I have a requirement to use pgabackrest to run ONLY full backups with no ne= ed need for PITR in PG cluster 17.5

I tried several configuration options seems that archive_mo= de can not be set to "off" for pgbackrest to run,  is this c= orrect ?


I tried unsuccessfully : archive_mode =3D on with
archive_command =3D '/bin/true'

Second unsuccessfully configuration : archive_mode =3Don wi= th
archive_command=3D'cp %p /tmp/pgbackrest-archive/%f'


Can you suggest a working solution for my requirements ?


--_000_b29d24290aad4b49b2bdd73259e528d0nrccnrcgcca_--