On Mon, 2021-04-19 at 21:09 +, Allie Crawford wrote:
> Hello,
> I am new in PostgreSQL and I am trying to understand what the “test” word is
> representing in the archive_command configuration that the PostgreSQL
> documentation is showing as the format on how to set up this parameter
>
> arc
On 2021-04-19 21:09:13 +, Allie Crawford wrote:
> I am new in PostgreSQL and I am trying to understand what the “test” word is
> representing in the archive_command configuration that the PostgreSQL
> documentation is showing as the format on how to set up this parameter
>
> archive_command =
On 20 Apr 2021, at 7:09, Allie Crawford wrote:
archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p
/mnt/server/archivedir/%f' # Unix
Does anybody know what is “test” representing in this parameter
configuration?
my_unix_prompt> man test
gives:
Tests the expression given a
On 4/19/21 2:09 PM, Allie Crawford wrote:
Hello,
I am new in PostgreSQL and I am trying to understand what the “test”
word is representing in the archive_command configuration that the
PostgreSQL documentation is showing as the format on how to set up this
parameter
archive_command = 'test
Hello,
I am new in PostgreSQL and I am trying to understand what the “test” word is
representing in the archive_command configuration that the PostgreSQL
documentation is showing as the format on how to set up this parameter
archive_command = 'test ! -f /mnt/server/archivedir/%f && cp %p
/mnt/s