I want to test my django app from my own computer, but through the webfaction database. I followed the directions in: http://docs.webfaction.com/user-guide/databases.html#accessing-a-database-remotely I set up the SSH tunnel, and the client (pgAdmin III) can connect to the database. However, I get the following error:
Do I need to edit the pg_hba.conf file to make this work? Is the documentation above not complete? Thanks asked 21 Dec '10, 15:18 graffitici |
The database name will not be 'postgres' but the same as the database name itself. answered 26 Dec '10, 17:30 johns SO, do you mean I should use 'my_db_name' in 'maintenance DB' field asked in PgAdmin?
(18 Nov '15, 10:32)
rajkumar2014
Yes, you should use the database name and database user that you created in the Control Panel.
(18 Nov '15, 12:22)
aaront ♦♦
|