Re: Create a standby server

2024-03-11 Thread Stephen Frost
Greetings, On Mon, Mar 11, 2024 at 13:33 normandavis1990 wrote: > > On Monday, March 11th, 2024 at 3:43 PM, Stephen Frost < > sfr...@snowman.net> wrote: > > > Greetings, > > > > * normandavis1990 (normandavis1...@proton.me) wrote: > > > > > I have a master and tow standby servers. I want to crea

Re: Create a standby server

2024-03-11 Thread normandavis1990
> On Monday, March 11th, 2024 at 3:39 PM, Mateusz Henicz > wrote: > Hey, > Check your parameter primary_conninfo on any standby server, you should find > here information about the user used for replication and its password or path > to .pgpass file, where the password is stored. If there is n

Re: Create a standby server

2024-03-11 Thread normandavis1990
> On Monday, March 11th, 2024 at 3:43 PM, Stephen Frost > wrote: > Greetings, > > * normandavis1990 (normandavis1...@proton.me) wrote: > > > I have a master and tow standby servers. I want to create another one.  > > These servers are made by someone else and I am a newbie in PostgreSQL. > > I

Re: Create a standby server

2024-03-11 Thread Stephen Frost
Greetings, * normandavis1990 (normandavis1...@proton.me) wrote: > I have a master and tow standby servers. I want to create another one. These > servers are made by someone else and I am a newbie in PostgreSQL. > I found the following two tutorials: [...] > A) Which on is better and easier? On

Re: Create a standby server

2024-03-11 Thread Mateusz Henicz
Hey, Check your parameter primary_conninfo on any standby server, you should find here information about the user used for replication and its password or path to .pgpass file, where the password is stored. If there is no password or .pgpass file defined, then you do not need any password most like