Actually it as a root user because all application connect to the server by
root, the other software is made with
python & pscopg2.
I try to connect by psql from the server that as web2py and it worked,
also create a model with this script:
https://github.com/phektus/cvstash/blob/master/scripts/ex
Spies wrote:
> Postgresql would not allow root as a database user. It is also not safe
> to work with 'postgres' as your normal user for normal day-to-day usage as
> postgres is the superuser for Postgresql. So you have to create a user in
> postgresql, create the correct d
35, Johann Spies wrote:
>>
>>> Postgresql would not allow root as a database user. It is also not safe
>>> to work with 'postgres' as your normal user for normal day-to-day usage as
>>> postgres is the superuser for Postgresql. So you have to create
3 matches
Mail list logo