Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Are you sure that's the right Address for the server: "unable to resolve host up-172-30-4-103"? Commented May 2, 2017 at 9:41
  • 1
    You need to connect using the postgres super user. Typically that is postgres. Try createdb -U postgres .... Commented May 2, 2017 at 9:57
  • Actually I am connecting to an instance of AWS machine using:- sudo ssh -i "athleticu-test-keypair.pem" [email protected] and then it's get like this : ubuntu@ip-172-30-4-103:~$ @patrick Commented May 2, 2017 at 10:31
  • Do you mean I should first login into postgres user and then I should login into athleticu? @a_horse_with_no_name Commented May 2, 2017 at 10:37
  • Try this Solution worked for me Commented Aug 7, 2017 at 9:50