public inbox for [email protected]
help / color / mirror / Atom feedMError after replication in postgresql
2+ messages / 2 participants
[nested] [flat]
* MError after replication in postgresql
@ 2024-09-25 05:27 Danish Hajwane <[email protected]>
2024-09-26 03:34 ` Re: MError after replication in postgresql Muhammad Usman Khan <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Danish Hajwane @ 2024-09-25 05:27 UTC (permalink / raw)
To: pgsql-general; +Cc: دانش حجواني <[email protected]>
Hi Team,
We are getting error after doing replication on posrgresql 16.3 (OS is HP
UX)
error is regarding Libpq library, we are unable to start sync getting error
FATAL: could not connect to the primary server : libpq is incorrectly
linked to backend functions.
LOG: waiting for WAL to become available at 0/36000018.
Regards
Danish
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: MError after replication in postgresql
2024-09-25 05:27 MError after replication in postgresql Danish Hajwane <[email protected]>
@ 2024-09-26 03:34 ` Muhammad Usman Khan <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Muhammad Usman Khan @ 2024-09-26 03:34 UTC (permalink / raw)
To: Danish Hajwane <[email protected]>; +Cc: pgsql-general; دانش حجواني <[email protected]>
Hi,
There are many causes of this issue. One possible solution to handle this
issue is to make sure that proper dynamic linking as follows:
export LD_LIBRARY_PATH=/path/to/pgsql/lib:$LD_LIBRARY_PATH
On Wed, 25 Sept 2024 at 10:35, Danish Hajwane <[email protected]> wrote:
>
> Hi Team,
>
> We are getting error after doing replication on posrgresql 16.3 (OS is HP
> UX)
> error is regarding Libpq library, we are unable to start sync getting error
>
> FATAL: could not connect to the primary server : libpq is incorrectly
> linked to backend functions.
> LOG: waiting for WAL to become available at 0/36000018.
>
> Regards
> Danish
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2024-09-26 03:34 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-09-25 05:27 MError after replication in postgresql Danish Hajwane <[email protected]>
2024-09-26 03:34 ` Muhammad Usman Khan <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox