From: | Tim Gerber <tggerber(at)gmail(dot)com> |
---|---|
To: | jayesh thakare <thakarejayesh700(at)gmail(dot)com> |
Cc: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: pg_basebackup failing |
Date: | 2025-01-20 06:08:09 |
Message-ID: | CAPKih1wsUrDxS3j4uDTsKu_awTij71O04PU6G-JVwaf_DHd=WA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Please verify that the PG data directory is being passed in. This can be
done by setting the PGDATA environment variable or by sending in the
--pgdata=<pd data directory> with pg_basebackup command.
Ref: https://www.postgresql.org/docs/current/app-pgbasebackup.html
Best Regards,
Tim Gerber
On Sun, Jan 19, 2025 at 11:40 PM jayesh thakare <thakarejayesh700(at)gmail(dot)com>
wrote:
> Hi all,
>
> We are getting below error aand backup is getting failed ....
>
>
> pg_basebacmup: could not get write-ahead log end position from server:
> ERROR: could not stat file or directory "./base/16454/14962505":
> Permission denied.
>
> Regards,
> Jayesh Thakare
> +91 8828986182
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Siraj G | 2025-01-20 08:40:54 | Performance issue - Seq Scan |
Previous Message | jayesh thakare | 2025-01-20 05:39:46 | pg_basebackup failing |