From: | Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com> |
---|---|
To: | Durumdara <durumdara(at)gmail(dot)com> |
Cc: | pgAdmin Support <pgadmin-support(at)postgresql(dot)org> |
Subject: | Re: PGAdmin IV and settings SQLite file location |
Date: | 2018-03-07 14:40:14 |
Message-ID: | CAKKotZTPRvwfWS3rTa32+6Lju8Fj+tx2fgYK=uGzNF6SL0Ekpg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
Hi,
you can always override default paths in pgAdmin4, Create a file named
config_local.py (if not already present) at your installation location
../pgadmin4/web/ and add following code in your config_local.py,
SQLITE_PATH = 's:/secret/blah/pgadmin4.db'
Restart pgAdmin4 and check.
--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
On Wed, Mar 7, 2018 at 6:50 PM, Durumdara <durumdara(at)gmail(dot)com> wrote:
> Dear Support!
>
> Do you have any parameter what controls thelocation of the SQLite file
> location?
>
> For example:
> "pgadmin4-exe /settings_file="s:\secret\blah\pgadmin4.db"
>
>
> We want to put this file into a protected drive.
>
> In PGAdmin III I can redefine the "PGPASSFILE" to set the location.
>
> Thank you!
>
> dd
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew Dahlman | 2018-03-08 18:41:05 | Using copy/paste from pgAdmin 4 - getting <U+FEFF> character |
Previous Message | Łukasz Jarych | 2018-03-07 14:02:06 | Re: save query as sql file |