On Fri, Jul 19, 2024 at 5:59 PM KK CHN wrote:
> Hi list,
>
> Thank you all for the great help and guidance, I am able to configure
> pgbackrest with EPAS-16 and a Repo server both separate machines..
> Password less auth also worked well. Backup and restore all fine.
>
> Query
> How can I ma
Hi list,
Thank you all for the great help and guidance, I am able to configure
pgbackrest with EPAS-16 and a Repo server both separate machines..
Password less auth also worked well. Backup and restore all fine.
Query
How can I make the Reposerver to host more than one EPAS-16 server
ins
Hi,
passwordless connection can be established using ssh key, and when you
don't specify the ssh key in command using -i switch:* -i
/path/to/your/private/key*
You simply need to set the SSH key as the default key which I have
explained earlier, how to do that.
As you are currently trying through
Hi
On Thu, Jul 18, 2024 at 6:10 PM KK CHN wrote:
>
>
> Hi list,
>
> Thank you all for your inputs, I am trying pgbacrest with
> Enterprised DB. Locally pgbackrest works for EDB but when I am trying for
> remote repository I am facing an issue ( from the remote host to EDB
> server password
Hi,
By following these steps, you should be able to connect to the EDB server
from the Repo server using passwordless authentication:
1. First, generate an SSH key pair on the client machine(Repo Server
machine):
* ssh-keygen -t rsa -b 2048 -f ~/.ssh/id_rsa_enteprisedb -N ""*
2. Copy the Pu
In the documentatio you have how to do it:
https://pgbackrest.org/user-guide.html#repo-host/setup-ssh
On Thu, Jul 18, 2024, 14:10 KK CHN wrote:
>
>
> Hi list,
>
> Thank you all for your inputs, I am trying pgbacrest with
> Enterprised DB. Locally pgbackrest works for EDB but when I am trying
Hi list,
Thank you all for your inputs, I am trying pgbacrest with Enterprised DB.
Locally pgbackrest works for EDB but when I am trying for remote
repository I am facing an issue ( from the remote host to EDB server
password less authentication part )
Trying to use a remote host as Repo Ser
Hi
On Wed, Jul 17, 2024 at 5:21 PM KK CHN wrote:
> Hi ,
>
> I am trying pgbackrest(2.52.1) with postgresql( version 16) on a lab
> setup on RHEL-9. Both PostgreSQL server and a remote Repository host
> configured with pgbackrest and everything working fine as specified in the
> documentation
Hi,
Your query:
1. Is it possible to use PgBackrest with EnterpriseDB(EDB -16) for the
backup and recovery process? Or pgback works only with the community
PostgreSQL database ?
Answer: Yes, you can use pgBackRest with EPAS-16 (EDB Postgres Advanced
Server); it is fully supported. You can find