From: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
---|---|
To: | Mauricio Fernandez <mmauricio(dot)fernandez(at)gmail(dot)com> |
Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: Postgresql 17 incremental backup |
Date: | 2025-01-06 19:42:48 |
Message-ID: | CAECtzeXxEWKcoOD_+Cu80FDEBJ45f7P7SMO52_pusT7ZEESdQw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi,
Le lun. 6 janv. 2025 à 20:23, Mauricio Fernandez <
mmauricio(dot)fernandez(at)gmail(dot)com> a écrit :
> Hi admins, I'm trying to execute an incremental backup and I'm getting the
> following error
>
> *[postgres(at)buda ~]$ pg_basebackup -c fast -P -D $PGBKP/fisicos/viernes
> –-incremental=$PGBKP/fisicos/base_plano/backup_manifest*
> pg_basebackup: error: demasiados argumentos en la línea de órdenes (el
> primero es
> «–-incremental=/var/lib/pgsql/17/backups/devadv01/fisicos/base_tar/backup_manifest»)
> pg_basebackup: consejo: Pruebe «pg_basebackup --help» para mayor
> información.
>
> *The literal translation of the error message is: pg_basebackup: error:
> too many arguments in the command line (the first is
> «–-incremental=/var/lib/pgsql/17/backups/devadv01/fisicos/base_tar/backup_manifest»)*
>
>
It looks like it thinks that
"--incremental=/var/lib/pgsql/17/backups/devadv01/fisicos/base_tar/backup_manifest"
is one argument rather than an argument and its value. Try getting rid of
the equal value. Maybe it will help.
--
Guillaume.
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2025-01-06 19:57:50 | Re: How to debug extension update |
Previous Message | Mauricio Fernandez | 2025-01-06 19:23:09 | Postgresql 17 incremental backup |