hello,
i am trying to set up pt3 so the db is hosted on my domain, on A2 hosting.
they block the port 5432 but using putty and ssh tunel, i can acces the db.
so.. now i can connect tot the postgresql server but
I still have an error... there is the log :
2008/11/29 18:21:32.993: [- Main -][PostgresConnection] Connecting to database: postgres
2008/11/29 18:21:33.073: [- Main -][PostgresConnection (Error)] Unable to login to database (postgres). Reason: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
2008/11/29 18:21:33.093: [- Main -][PostgresConnection] Connecting to database: template1
2008/11/29 18:21:33.158: [- Main -][PostgresConnection (Error)] Unable to login to database (template1). Reason: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.
It seems pt3 is looking for the db postgres and template1 before it starts and create his own db.
going to a hosting server, i probably do not have access to theses db.
Anyway to change that ?
Or maybe it is something else... any idea ?