Re: User profile location redirect

2020-08-17 Thread Aditya Toshniwal
Hi Andrew, No, don't change the config.py directly. Create a new file naming config_local.py in the same directory and paste the following in it: LOG_FILE = '/var/log/pgadmin4/pgadmin4.log' SQLITE_PATH = '/var/lib/pgadmin4/pgadmin4.db' SESSION_DB_PATH = '/var/lib/pgadmin4/sessions' STORAGE_DIR = '

Re: User profile location redirect

2020-08-17 Thread Andrew Sanderson
Where is this section does it need to be placed? We have tried several different iterations. # Data directory for storage of config settings etc. This shouldn't normally # need to be changed - it's here as various other settings depend on it. # On Windows, we always store data in %APPDATA%\pgAdm