Re: PGAdmin IV and settings SQLite file location

2018-03-13 Thread Durumdara
Dear Support! 2018-03-07 15:40 GMT+01:00 Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com>: > 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

Re: PGAdmin IV and settings SQLite file location

2018-03-07 Thread Murtuza Zabuawala
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,