Hi all,
I am getting several errors switching from sqlite to postgres
my connection string for sqlite was:
db = DAL('sqlite://storage.sqlite', migrate=True)
while for postgres is:
db = DAL('postgres://web2py:web2py@localhost:5432/mydb', migrate=True)
so far, I got tickets saying
ProgrammingError: relation "auth_user" already exists
even with a new and fresh welcome app.
The worst thing is that after receiving this error, the application is
blocked and I have to restart web2py killing its process.
I am using web2py trunk with postgres 9.1 (ubuntu)
what should I do?
regards
--
Paolo