Hello everyone,
Question: We are installing *repmgr 5.4.1* along with postgres 15.6 on RHEL
9 and facing an issue with the dependent development package json-c
*-devel-0.14-11.el9.x86_64**. *This package is not available on
RHEL repository so we have to enable EPEL repo (EPEL repository is a
comm
On 10/13/24 11:34, Priancka Chatz wrote:
Hi Adrian,
There is patroni and pgqd running on the server. So possibly these are
using psycopg2.
You are going to have investigate what is actually repeatedly
installing psycopg2-binary and psycopg2.
Steps I can think of to do this:
1) Sort the t
Hi Adrian,
There is patroni and pgqd running on the server. So possibly these are
using psycopg2.
Regards,
Priyanka
On Sun, 13 Oct 2024 at 6:01 PM, Adrian Klaver
wrote:
> On 10/10/24 11:36, Priancka Chatz wrote:
> > Hi admins,
> >
> > I am observing a new/unknown behavior on some of my instan
On 2024-10-13 18:04 +0200, Adrian Klaver wrote:
> On 10/13/24 05:57, 吴 其键 wrote:
> > service postgresql start
> > Starting PostgreSQL 16 database server: mainError:
> > /usr/lib/postgresql/16/bin/pg_ctl /usr/lib/postgresql/16/bin/pg_ctl
> > start -D /var/lib/postgresql/16/main -l
> > /var/log/postg
On 10/13/24 05:57, 吴 其键 wrote:
service postgresql start
Starting PostgreSQL 16 database server: mainError:
/usr/lib/postgresql/16/bin/pg_ctl /usr/lib/postgresql/16/bin/pg_ctl
start -D /var/lib/postgresql/16/main -l
/var/log/postgresql/postgresql-16-main.log -s -o -c
config_file="/etc/postgre
On 10/10/24 11:36, Priancka Chatz wrote:
Hi admins,
I am observing a new/unknown behavior on some of my instances. My
postgres Data directory path is /home/postgres/pgdata/pgroot/data. And I
see a temp directory present inside /home/postgres/pgdata which has 100s
of directory underneath it an
service postgresql start
Starting PostgreSQL 16 database server: mainError:
/usr/lib/postgresql/16/bin/pg_ctl /usr/lib/postgresql/16/bin/pg_ctl start -D
/var/lib/postgresql/16/main -l /var/log/postgresql/postgresql-16-main.log -s -o
-c config_file="/etc/postgresql/16/main/postgresql.conf" exit
Yes I run it under Windows, I also have a Linux server for testing.
Under Windows I know that the driver works because i use it already in another
project (MS SQL Server with LinkedServer).
In Linux I can test the HDBODBC driver via command line and the ISQL command,
this works fine.
I'm despera