On 2015-07-05 22:16 John R Pierce wrote:
> at a bare minimum, a database administrator needs to create database
> roles (users) and databases for an app like yours.
The admin don't need to create the db. It is done by the application
(sqlalchemy-utils on Python3) itself.
But I see. I will go ba
On 2015-07-05 15:13 Jan de Visser wrote:
> You could set up a whole new server with a different $PGDATA on a
> different port.
I (and the user) don't want to setup anything - that is the point.
> What I'm wondering though is what made you decide to use pgsql for
> your project? It seems to me th
On 2015-07-05 15:11 Charles Clavadetscher
wrote:
> I am not really an expert, but from your description I guess that you
> assume an existing PostgreSQL installation on your customers' server.
The application is a simple open source using a local PostgreSQL
database. The customer is just any use
I have my own Python application using a PostgreSQL database over
SQLAlchemy.
Currently I pack the application in a deb-file.
After installation (on a fresh system! Ubuntu 14.04.2) it doesn't run
because of some PostgreSQL-settings.
Of course I understand why and I know (a little bit) which settin