Re: pgAdmin4 Server does not create SQLite tables - Mailing list pgadmin-support

From Dave Page
Subject Re: pgAdmin4 Server does not create SQLite tables
Date
Msg-id CA+OCxoyUmUY4EEAx-13fcFFTvC8aTAZEDfHyoG=wFJbOk9GSLA@mail.gmail.com
Whole thread Raw
In response to Re: pgAdmin4 Server does not create SQLite tables  (Josh Berkus <josh@agliodbs.com>)
List pgadmin-support


On Sunday, October 9, 2016, Josh Berkus <josh@agliodbs.com> wrote:
On 10/09/2016 05:04 PM, Josh Berkus wrote:
> sqlite> select * from ConfigDB;
> Error: no such table: ConfigDB

More relevantly:

sqlite> select * from version;
Error: no such table: version

Does it create pgadmin4.db at all?

Having removed it if present, what's the output from running 'python setup.py'? Any errors? If not, try opening the database file and getting a list of tables. What is actually there?

Thanks.


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-support by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pgAdmin4-web install issues WAS: PgAdmin4 is not usable when installed from RPMs on Fedora linux
Next
From: Josh Berkus
Date:
Subject: Re: pgAdmin4 Server does not create SQLite tables