Re: pgAdmin4 Server does not create SQLite tables

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>, Devrim GÜNDÜZ <devrim(at)gunduz(dot)org>
Subject: Re: pgAdmin4 Server does not create SQLite tables
Date: 2016-10-24 04:30:45
Message-ID: cc71a68d-dba2-7a4a-7a07-e2a496f0af05@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On 10/11/2016 01:47 PM, Dave Page wrote:
>
>
> On Tuesday, October 11, 2016, Josh Berkus <josh(at)agliodbs(dot)com
> <mailto:josh(at)agliodbs(dot)com>> wrote:

> Ah, so I can drop a path into config_local?
>
>
> Yes, per the example I sent yesterday. config_local.py (and
> config_distro.py) are sourced by config.py. config_distro is read first,
> and can be used by packagers to override distro-specific options, and
> then config_local is read to allow users to do further customisation.

So, currently there is no "DATA_DIR" parameter in config_local,
commented out or otherwise, and the parameter in config.py references a
bit of python code. If users are expected to do this on their own,
you'll need at least a commented-out example in config_local.py.

Presumably I just set DATA_DIR to where I want the SQLite DB to go, yes?
Or do I set it to its parent directory? Code in config.py doesn't make
it clear.

--
--
Josh Berkus
Red Hat OSAS
(any opinions are my own)

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Josh Berkus 2016-10-24 04:37:45 Re: Pgadmin 4 view and sort table
Previous Message Russell Mercer 2016-10-21 18:35:44 Re: Pgadmin 4 view and sort table