Relative Content

Tag Archive for postgresqlpgadmin-4

Unable to take backup of data in partitioned tables in Postgres

I have a partitioned table which has 32 partitions (range partition). I am trying to take backup of entire table through pgAdmin using backup option. However, it’s just exporting DDL, and it doesn’t backup any data. I have checked that partition table are present in same schema as main table.

how to connect remote postgrace database by pgAdmin or by psql

I have little knowledge about this. I have installed PostgreSQL via Cpanel for my site. It looks like I can access the database using the pgAdmin provided by Cpanel. However, I would like to connect to the database (running on my site) remotely using pgAdmin running on my local PC. I investigated and found some info at https://www.netiq.com/documentation/identity-manager-47/setup_windows/data/connecting-to-a-remote-postgresql-database.html but I am not sure where I can find postgresql.conf in the panel.

I’m unable to open pgAmin4

I am experiencing an issue when trying to open pgAdmin 4. When I attempt to launch the application, I receive an error message stating that ‘The pgAdmin 4 server could not be contacted.’ The error details mention a problem with the pgAdmin Runtime Environment, including references to Python paths, runtime configuration files, and environment variables. I’m not sure what is causing this issue or how to resolve it. Could you help me understand what might be wrong and suggest possible solutions to fix this problem?