> It is giving me following error
>
>
> pg_dumpall: could not connect to database "template1": FATAL: No
> pg_hba.conf entry for host 111.111.222.222, user postgres, database
> template1
It cannot authenticate (the server refuses to open connection). Look at
pg_hba.conf (authentication), you can set it to "trust" temporarily, if it
is not on the Internet...
Vlad