Re: [web2py] Re: Newby, can't connect to a Postgresl database

2013-09-08 Thread starglider.dev
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

Re: [web2py] Re: Newby, can't connect to a Postgresl database

2013-09-09 Thread starglider.dev
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

Re: [web2py] Re: Newby, can't connect to a Postgresl database

2013-09-11 Thread starglider.dev
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