Jahnavi Sana

Results 13 issues of Jahnavi Sana

I was trying to install an extension using the postgres-gis ubi8 image.Following is the dockerfile I am using I think there is some issue with the pgxs makefile. ``` FROM...

extension

I'm attempting to construct a Dockerfile using the postgres-gis-ubi8 base image. The extension I aim to install is mysql_fdw, a foreign data wrapper allowing PostgreSQL to interact with MySQL. To...

question
extension

Hey,I was trying to download the mysql_fdw on my local centos for testing I was unable to download it .The commands I followed are from the EDB repository .Am i...

Is there an alternative method to install the extension that doesn't involve using make? I attempted to use the EDB package, but encountered a "package not found" error. Could you...

Is there any method to create our own bearer token instead of using the default bearer token?

documentation

How to deploy supavisor for multiple databases?

documentation

Hello, Our Grafana setup utilizes VictoriaMetrics, a Prometheus-compatible system. I'm currently attempting to scrape the metrics exposed on `/service/metrics/prometheus`, but encountering login issues resulting in a 500 error. Below, you'll...

help wanted
stale

I was testing the backup and restore procedure for our postgres cluster using pgbackrest.During the restoration process, I faced some issues, particularly the prolonged duration it took. Specifically, it required...

question

Hi, We are currently using the scaled version of pganalyze.I've set up the pganalyze collector using a Docker file and created a deployment, but I'm encountering issues accessing the logs...

question

Does the pooling in supavisor happen in the database level or User level.The default_pool_size indicates the pool size of the database for all the users or is it different for...

bug