Apologies, I didn’t realise that config_system.py needs to be in a separate
location to config.py and config_local.py.
All working fine now.
From: Aditya Toshniwal
Sent: Tuesday, May 2, 2023 12:39 PM
To: Ross Holder
Cc: pgadmin-support@lists.postgresql.org
Subject: Re: Configs config_local.py
Hi, I also tried only adding the changed settings to the configs; did not work.
The other configs are in the same directory as the main config.py file.
From: Aditya Toshniwal
Sent: Tuesday, May 2, 2023 11:03 AM
To: Ross Holder
Cc: pgadmin-support@lists.postgresql.org
Subject: Re: Configs
I am trying to modify settings of my pgadmin4 installation.
I made a copy of my config.py file as config_local.py and config_system.py but
any settings I change inside these configs have no effect.
If I change the same settings within config.py, it works perfectly. What could
be the issue, sinc
il Mohite 12 Jul 2021 09:20 >>>
Hi Ross,
I am not able to reproduce the issue in server mode (platform Ubuntu), can you
please provide a screenshot of the copy command output?
On Thu, Jul 8, 2021 at 6:14 PM Ross Holder wrote:
Hi, when I try and use psql via pgAdmin, for exampl
Hi Aditya,
Thanks, you're correct I had changed the default storage path. I managed to
find the files. I will look into updating pgAdmin to the latest version.
Regards,
Ross
>>> Aditya Toshniwal 09 Jul 2021 12:34 >>>
Hi Ross,
On Fri, Jul 9, 2021 at 3:53 PM Ross Hol
About pgAdmin -> Server Configuration and find STORAGE_DIR value
in it.
On Thu, Jul 8, 2021 at 6:14 PM Ross Holder wrote:
Hi, I use pgAdmin to upload csv files to the root directory and then import the
csv files into one of my tables. Where is the location of the files that are
being uploade
Hi, I use pgAdmin to upload csv files to the root directory and then import the
csv files into one of my tables. Where is the location of the files that are
being uploaded so that I can delete them afterwards from the server ? I have
searched for the uploaded files on the server but I cannot fin
Hi, when I try and use psql via pgAdmin, for example importing ("copy") data
from a csv file, it just fails with Error Code 1 but no error message is given.
Using pgAdmin on a different machine in "Client" mode it does provide the error
message. Why am I not getting an error message ?
-PG Admin